share/hedgewars/Data/Scripts/Multiplayer/TechRacer.lua
changeset 13841 b2cc4e4e380c
parent 13840 219c2e588874
parent 13769 e874bfe563c7
child 14070 a5be3ef4bbbe
equal deleted inserted replaced
13840:219c2e588874 13841:b2cc4e4e380c
   897 	end
   897 	end
   898 
   898 
   899 end
   899 end
   900 
   900 
   901 function onGameStart()
   901 function onGameStart()
   902 	SendGameResultOff()
   902 	if ClansCount >= 2 then
   903 	SendRankingStatsOff()
   903 		SendGameResultOff()
   904 	SendAchievementsStatsOff()
   904 		SendRankingStatsOff()
   905 	SendHealthStatsOff()
   905 		SendAchievementsStatsOff()
       
   906 		SendHealthStatsOff()
       
   907 	end
   906 
   908 
   907 	trackTeams()
   909 	trackTeams()
   908 
   910 
   909 	roundN = 0
   911 	roundN = 0
   910 	lastRound = TotalRounds
   912 	lastRound = TotalRounds