diff -r b07610de9957 -r 346cba4465b9 gameServer/HWProtoLobbyState.hs --- a/gameServer/HWProtoLobbyState.hs Thu Oct 04 17:55:08 2018 +0200 +++ b/gameServer/HWProtoLobbyState.hs Thu Oct 04 19:57:53 2018 +0300 @@ -227,3 +227,5 @@ return [Stats] handleCmd_lobby (s:_) = return [ProtocolError $ "Incorrect command '" `B.append` s `B.append` "' (state: in lobby)"] + +handleCmd_lobby [] = return [ProtocolError "Empty command (state: in lobby)"] \ No newline at end of file