changeset 1673 | 06bff12f8a74 |
parent 1662 | cefb9d0f816f |
child 1675 | d5e131005516 |
--- a/netserver/HWProto.hs Wed Jan 14 16:51:55 2009 +0000 +++ b/netserver/HWProto.hs Wed Jan 14 19:27:23 2009 +0000 @@ -14,7 +14,7 @@ import Opts teamToNet protocol team = - if protocol == 21 then + if protocol <= 21 then ["ADD_TEAM", teamname team, teamgrave team, teamfort team, show $ difficulty team] ++ hhsInfo else ["ADD_TEAM", teamname team, teamgrave team, teamfort team, teamvoicepack team, show $ difficulty team] ++ hhsInfo