summaryrefslogtreecommitdiffstats
path: root/src/PatchedClonkControl.cpp
diff options
context:
space:
mode:
authorMarkus Mittendrein <git@maxmitti.tk>2020-03-06 20:16:40 +0100
committerMarkus Mittendrein <git@maxmitti.tk>2020-03-06 20:36:29 +0100
commit09c0fb7bc39b70676ff03b9e1052f00014cad278 (patch)
tree48441cd3a08e5a2a755baed9090ca49b0c5f1579 /src/PatchedClonkControl.cpp
parente26bd89124cc8e88e656ca542fcc5323199c82f3 (diff)
downloadmanager-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.cpp2
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()