diff -r eac6a4d53752 -r 7c4f9e5e447c gameServer/CoreTypes.hs --- a/gameServer/CoreTypes.hs Tue Dec 30 22:12:07 2014 +0300 +++ b/gameServer/CoreTypes.hs Tue Dec 30 22:59:15 2014 +0300 @@ -162,7 +162,6 @@ data TeamInfo = TeamInfo { - teamownerId :: ClientIndex, teamowner :: B.ByteString, teamname :: B.ByteString, teamcolor :: B.ByteString, @@ -170,6 +169,7 @@ teamfort :: B.ByteString, teamvoicepack :: B.ByteString, teamflag :: B.ByteString, + isOwnerRegistered :: Bool, difficulty :: Int, hhnum :: Int, hedgehogs :: [HedgehogInfo]