# HG changeset patch # User alfadur # Date 1538672672 -10800 # Node ID acb8b5530aa847a94421826d58384b05a9173335 # Parent 346cba4465b9311663f3742339aae94d3d2abd38 ..and for logging in handler 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