changeset 3566 | 772a46ef8288 |
parent 3555 | 4c5ca656d1bb |
child 3673 | 45778b16b224 |
--- 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