mirror of
https://github.com/JezuzLizard/BO2-Reimagined.git
synced 2025-06-10 15:17:57 -05:00
Change "None" to &"MPUI_NONE"
This commit is contained in:
@ -59,7 +59,7 @@ show_current_weapon(player)
|
||||
|
||||
num = player getentitynumber();
|
||||
|
||||
displayname = "None";
|
||||
displayname = &"MPUI_NONE";
|
||||
|
||||
if (player wl_has_stored_weapondata())
|
||||
{
|
||||
|
Reference in New Issue
Block a user