gameServer/HWProtoLobbyState.hs
changeset 13834 346cba4465b9
parent 13826 07b3dacd00f8
child 14381 32e8c81ca35c
--- 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