equal
deleted
inserted
replaced
47 HedgehogInfo B.ByteString B.ByteString |
47 HedgehogInfo B.ByteString B.ByteString |
48 |
48 |
49 data TeamInfo = |
49 data TeamInfo = |
50 TeamInfo |
50 TeamInfo |
51 { |
51 { |
52 teamownerId :: !Int, |
52 teamownerId :: ClientIndex, |
53 teamowner :: B.ByteString, |
53 teamowner :: B.ByteString, |
54 teamname :: B.ByteString, |
54 teamname :: B.ByteString, |
55 teamcolor :: B.ByteString, |
55 teamcolor :: B.ByteString, |
56 teamgrave :: B.ByteString, |
56 teamgrave :: B.ByteString, |
57 teamfort :: B.ByteString, |
57 teamfort :: B.ByteString, |