diff -r 878e551f0b4a -r f7a610e2ef5f gameServer/HWProtoLobbyState.hs --- a/gameServer/HWProtoLobbyState.hs Thu May 12 23:29:31 2011 +0200 +++ b/gameServer/HWProtoLobbyState.hs Sun May 15 18:10:01 2011 +0400 @@ -178,9 +178,9 @@ cl <- thisClient return [ClearAccountsCache | isAdministrator cl] -handleCmd_lobby ["RESTART_SERVER", restartType] = do +handleCmd_lobby ["RESTART_SERVER"] = do cl <- thisClient - return [RestartServer f | let f = restartType == "FORCE", isAdministrator cl] + return [RestartServer] handleCmd_lobby _ = return [ProtocolError "Incorrect command (state: in lobby)"]