]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
Unpress button14 on CSQC shutdown
authorMario <mario@smbclan.net>
Wed, 26 Sep 2018 10:46:43 +0000 (20:46 +1000)
committerMario <mario@smbclan.net>
Wed, 26 Sep 2018 10:49:55 +0000 (20:49 +1000)
qcsrc/client/main.qc

index c0d56c7981326507803b618014c733c557adde09..51324e1c5e09aa320895b35d1725ba572d21382d 100644 (file)
@@ -223,6 +223,8 @@ void Shutdown()
 
        localcmd("\ncl_hook_shutdown\n");
 
+       localcmd("\n-button14\n");
+
        deactivate_minigame();
        HUD_MinigameMenu_Close(NULL, NULL, NULL);
 }