mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-07-06 11:58:41 -05:00
Convert strings to localizedstrings
This commit is contained in:
@ -71,7 +71,7 @@ item_meat_on_spawn_retrieve_trigger(watcher, player, weaponname)
|
||||
{
|
||||
if (!is_true(player._kicking_meat))
|
||||
{
|
||||
other_player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg("Meat thrown!");
|
||||
other_player thread scripts\zm\zgrief\zgrief_reimagined::show_grief_hud_msg(&"ZOMBIE_MEAT_THROWN");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user