diff options
| author | Markus Mittendrein <git@maxmitti.tk> | 2020-03-06 20:16:40 +0100 |
|---|---|---|
| committer | Markus Mittendrein <git@maxmitti.tk> | 2020-03-06 20:36:29 +0100 |
| commit | 09c0fb7bc39b70676ff03b9e1052f00014cad278 (patch) | |
| tree | 48441cd3a08e5a2a755baed9090ca49b0c5f1579 /src/PatchedClonkControl.cpp | |
| parent | e26bd89124cc8e88e656ca542fcc5323199c82f3 (diff) | |
| download | manager-09c0fb7bc39b70676ff03b9e1052f00014cad278.tar.gz manager-09c0fb7bc39b70676ff03b9e1052f00014cad278.zip | |
Replace the stop command with abort in the PatchedClonkControl
Diffstat (limited to 'src/PatchedClonkControl.cpp')
| -rw-r--r-- | src/PatchedClonkControl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchedClonkControl.cpp b/src/PatchedClonkControl.cpp index 45b6d68..e19a486 100644 --- a/src/PatchedClonkControl.cpp +++ b/src/PatchedClonkControl.cpp @@ -9,7 +9,7 @@ PatchedClonkControl::PatchedClonkControl() void PatchedClonkControl::abortCountdown() { - rawCommand("stop"); + rawCommand("abort"); } void PatchedClonkControl::alert() |
