Small timer fixes. Added cvar zr_roundend_balance_teams. See details.
Added cvar for disabling team balancing on round end (for use with custom team balancer): zr_roundend_balance_teams. Disabling this will cause players to remain on their current team when a new round starts. If zombies win, everyone will remain on the terrorists team. Fixed invalid handle error after a map change. Fixed language code typo in translations. Infection countdown is no longer displayed if the infection delay is just one second.
This commit is contained in:
@ -362,7 +362,7 @@
|
||||
|
||||
"Infect countdown"
|
||||
{
|
||||
"en" "First infection in {1} seconds."
|
||||
"es" "First infection in {1} seconds."
|
||||
}
|
||||
|
||||
// Menu
|
||||
|
@ -361,7 +361,7 @@
|
||||
|
||||
"Infect countdown"
|
||||
{
|
||||
"en" "Første infeksjon om {1} sekunder."
|
||||
"no" "Første infeksjon om {1} sekunder."
|
||||
}
|
||||
|
||||
// Menu
|
||||
|
@ -362,7 +362,7 @@
|
||||
|
||||
"Infect countdown"
|
||||
{
|
||||
"en" "First infection in {1} seconds."
|
||||
"ru" "First infection in {1} seconds."
|
||||
}
|
||||
|
||||
// Menu
|
||||
|
Reference in New Issue
Block a user