1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-10 15:17:57 -05:00

Convert team change strings to localized strings

This commit is contained in:
Jbleezy
2023-12-28 03:23:01 -08:00
parent 80119c9a56
commit f00c6819ea
2 changed files with 8 additions and 2 deletions

View File

@ -423,7 +423,7 @@ do_team_change()
if (teamplayers - 1 <= otherteamplayers)
{
self iprintln("Can only change teams if unbalanced.");
self iprintln(&"ZOMBIE_ONLY_CHANGE_TEAMS_UNBALANCED");
return;
}
}
@ -458,7 +458,7 @@ do_team_change()
if (!valid_num)
{
self iprintln("Waiting for other player to change teams.");
self iprintln(&"ZOMBIE_WAITING_FOR_TEAM_CHANGE");
level waittill("team_change", team);