diff -r 346cba4465b9 -r acb8b5530aa8 gameServer/HWProtoNEState.hs --- a/gameServer/HWProtoNEState.hs Thu Oct 04 19:57:53 2018 +0300 +++ b/gameServer/HWProtoNEState.hs Thu Oct 04 20:04:32 2018 +0300 @@ -102,3 +102,5 @@ #endif handleCmd_NotEntered (s:_) = return [ProtocolError $ "Incorrect command '" `B.append` s `B.append` "' (state: not entered)"] + +handleCmd_NotEntered [] = return [ProtocolError "Empty command (state: not entered)"] \ No newline at end of file