Skip to content

Commit 167e0c8

Browse files
authored
race: change the start of countdown from 6 to 3 (#216)
1 parent 20b75b7 commit 167e0c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[gamemodes]/[race]/race/race_server.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ function launchRace()
358358
gotoState('Running')
359359
end
360360

361-
g_RaceStartCountdown = Countdown.create(6, launchRace)
361+
g_RaceStartCountdown = Countdown.create(3, launchRace)
362362
g_RaceStartCountdown:useImages('img/countdown_%d.png', 474, 204)
363363
g_RaceStartCountdown:enableFade(true)
364364
g_RaceStartCountdown:addClientHook(3, 'playSoundFrontEnd', 44)

0 commit comments

Comments
 (0)