Change HUD text

master
upsilon 2019-08-13 18:02:59 +02:00
parent 4cb9ee5465
commit b780d363ef
No known key found for this signature in database
GPG Key ID: A80DAE1F266E1C3C
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ hg_match.register_on_countdown_update(function(initial, current, subtracted, err
if error then
str = error
else
str = string.format("Maximum time you might have to wait before the next game starts: %d min %d s",
str = string.format("Next game starts in: %d min %d s",
math.floor(current / 60), current % 60)
end