diff options
Diffstat (limited to 'src')
| -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() |
