diff -r 2c29b75746f3 -r 11cd56019f00 gameServer/CoreTypes.hs --- a/gameServer/CoreTypes.hs Mon May 10 15:31:09 2010 +0000 +++ b/gameServer/CoreTypes.hs Mon May 10 17:48:06 2010 +0000 @@ -171,6 +171,7 @@ | ClientMessage (ClientIndex, [String]) | ClientAccountInfo (ClientIndex, AccountInfo) | TimerAction Int + | FreeClient ClientIndex type MRnC = MRoomsAndClients RoomInfo ClientInfo type IRnC = IRoomsAndClients RoomInfo ClientInfo