@@ -1710,12 +1710,17 @@ DEF_CONSOLE_CMD(ConPart)
IConsolePrint(CC_HELP, "Leave the currently joined/running game (only ingame). Usage: 'part'.");
return true;
}
if (_game_mode != GM_NORMAL) return false;
if (_network_dedicated) {
IConsolePrint(CC_ERROR, "A dedicated server can not leave the game.");
return false;
_switch_mode = SM_MENU;
DEF_CONSOLE_CMD(ConHelp)
{
Status change: