gameServer/CoreTypes.hs
changeset 10732 7c4f9e5e447c
parent 10482 b49b82351ad3
child 10786 712283ed86e0
--- 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]