Fix wrong text in HUD when waiting for map or for player

master
upsilon 2019-08-13 20:09:01 +02:00
parent cc77e7106a
commit 4bfa535de6
No known key found for this signature in database
GPG Key ID: A80DAE1F266E1C3C
1 changed files with 1 additions and 1 deletions

View File

@ -31,8 +31,8 @@ function hg_match.update_countdown()
hg_match.call_registered_on_countdown_update(hg_match.initial_countdown, hg_match.wait_countdown, n)
if hg_match.wait_countdown == 0 then
hg_match.new_game()
hg_match.init_countdown()
hg_match.new_game()
end
end