share/hedgewars/Data/Maps/TrophyRace/map.lua
changeset 13769 e874bfe563c7
parent 13643 690cc84e9fd6
child 15069 e16f906224fd
--- a/share/hedgewars/Data/Maps/TrophyRace/map.lua	Tue Sep 11 16:00:23 2018 +0200
+++ b/share/hedgewars/Data/Maps/TrophyRace/map.lua	Tue Sep 11 16:18:24 2018 +0200
@@ -82,7 +82,9 @@
     for i=0, ClansCount-1 do
         clantimes[i] = 0
     end
-    SendAchievementsStatsOff()
+    if ClansCount >= 2 then
+        SendAchievementsStatsOff()
+    end
 end
 
 function onAmmoStoreInit()