diff -r 853a1db1cff6 -r c011aecc95e5 gameServer/CoreTypes.hs --- 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