gameServer/CoreTypes.hs
changeset 2245 c011aecc95e5
parent 2173 98cde8645e21
child 2352 7eaf82cf0890
--- a/gameServer/CoreTypes.hs	Thu Jul 09 00:56:26 2009 +0000
+++ b/gameServer/CoreTypes.hs	Thu Jul 09 14:36:41 2009 +0000
@@ -28,7 +28,8 @@
 		pingsQueue :: !Word,
 		isMaster :: Bool,
 		isReady :: Bool,
-		isAdministrator :: Bool
+		isAdministrator :: Bool,
+		teamsInGame :: Word
 	}
 
 instance Show ClientInfo where