summaryrefslogtreecommitdiffstats
path: root/src/PatchedClonkControl.cpp
diff options
context:
space:
mode:
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()