From 09c0fb7bc39b70676ff03b9e1052f00014cad278 Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Fri, 6 Mar 2020 20:16:40 +0100 Subject: Replace the stop command with abort in the PatchedClonkControl --- src/PatchedClonkControl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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() -- cgit v1.2.3-54-g00ecf