diff -r b7e37e3a83fa -r 42a7b01943b3 netserver/HWProto.hs --- a/netserver/HWProto.hs Fri Jan 16 15:24:37 2009 +0000 +++ b/netserver/HWProto.hs Fri Jan 16 15:29:39 2009 +0000 @@ -17,7 +17,7 @@ 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 + ["ADD_TEAM", teamname team, teamgrave team, teamfort team, teamvoicepack team, teamowner team, show $ difficulty team] ++ hhsInfo where hhsInfo = concatMap (\(HedgehogInfo name hat) -> [name, hat]) $ hedgehogs team