diff -r bc3410104894 -r 772a46ef8288 gameServer/CoreTypes.hs --- a/gameServer/CoreTypes.hs Sat Jun 26 16:58:19 2010 +0400 +++ b/gameServer/CoreTypes.hs Sun Jun 27 21:06:41 2010 +0400 @@ -173,7 +173,7 @@ | ClientMessage (ClientIndex, [B.ByteString]) | ClientAccountInfo (ClientIndex, AccountInfo) | TimerAction Int - | FreeClient ClientIndex + | Remove ClientIndex type MRnC = MRoomsAndClients RoomInfo ClientInfo type IRnC = IRoomsAndClients RoomInfo ClientInfo