gameServer/CoreTypes.hs
changeset 3458 11cd56019f00
parent 3435 4e4f88a7bdf2
child 3500 af8390d807d6
--- 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