changeset 13840 | acb8b5530aa8 |
parent 13831 | 07b3dacd00f8 |
--- 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