diff -r c084bd440009 -r e874bfe563c7 share/hedgewars/Data/Maps/TrophyRace/map.lua --- 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()