diff -r 6a451649558c -r 06bff12f8a74 netserver/HWProto.hs --- 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