]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/server/command/sv_cmd.qc
Begin cleaning up most monster functions (still a bit buggy)
[xonotic/xonotic-data.pk3dir.git] / qcsrc / server / command / sv_cmd.qc
index 34a8a84f588baa79ba112b48b05e47a279c0bc1d..2175ceb42850984524ff52217a4de022a856c6fa 100644 (file)
@@ -146,6 +146,7 @@ void GameCommand_butcher(float request)
                case CMD_REQUEST_COMMAND:
                {
                        if(autocvar_g_campaign) { print("This command doesn't work in campaign mode.\n"); return; }
+                       if(g_invasion) { print("This command doesn't work during an invasion.\n"); return; }
                
             float removed_count = 0;
                        entity montokill, head;