We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b75b7 commit 167e0c8Copy full SHA for 167e0c8
[gamemodes]/[race]/race/race_server.lua
@@ -358,7 +358,7 @@ function launchRace()
358
gotoState('Running')
359
end
360
361
-g_RaceStartCountdown = Countdown.create(6, launchRace)
+g_RaceStartCountdown = Countdown.create(3, launchRace)
362
g_RaceStartCountdown:useImages('img/countdown_%d.png', 474, 204)
363
g_RaceStartCountdown:enableFade(true)
364
g_RaceStartCountdown:addClientHook(3, 'playSoundFrontEnd', 44)
0 commit comments