mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-30 00:50:20 -05:00
Convert strings to localizedstrings
This commit is contained in:
@ -330,7 +330,7 @@ busshowleavinghud(time)
|
||||
hud.fontscale = 1;
|
||||
hud.alpha = 1;
|
||||
hud.color = (1, 1, 1);
|
||||
hud.label = &"Bus departs in: ";
|
||||
hud.label = &"ZM_TRANSIT_BUS_DEPART_TIME";
|
||||
hud setTimer(time);
|
||||
player.busleavehud = hud;
|
||||
}
|
||||
|
Reference in New Issue
Block a user