mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-25 06:30:22 -05:00
Convert strings to localizedstrings
This commit is contained in:
@ -192,11 +192,11 @@ round_end(winner)
|
||||
{
|
||||
if (player.team == team)
|
||||
{
|
||||
player thread [[level.show_grief_hud_msg_func]]("You won the round!");
|
||||
player thread [[level.show_grief_hud_msg_func]](&"ZOMBIE_GRIEF_WIN_ROUND");
|
||||
}
|
||||
else
|
||||
{
|
||||
player thread [[level.show_grief_hud_msg_func]]("You lost the round!");
|
||||
player thread [[level.show_grief_hud_msg_func]](&"ZOMBIE_GRIEF_LOSE_ROUND");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user