1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-18 11:08:26 -05:00

Maxis Drone: fix purchased hint string

This commit is contained in:
Jbleezy
2023-03-28 14:22:30 -07:00
parent e1afc86425
commit a54bd1a544

View File

@ -103,7 +103,7 @@ setup_quadrotor_purchase( player )
level thread quadrotor_watcher( player );
player thread maps\mp\zombies\_zm_audio::create_and_play_dialog( "general", "build_dd_plc" );
self.stub.hint_string = "Took " + getWeaponDisplayName(self.weaponname);
self.stub.hint_string = "Took " + getWeaponDisplayName(self.stub.weaponname);
self sethintstring(self.stub.hint_string);
return true;