1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-21 20:50:42 -05:00

Health bar HUD fix for displaying health number

This commit is contained in:
Jbleezy
2020-03-22 15:42:14 -07:00
parent cdfd826105
commit 412cedd21a

View File

@ -258,7 +258,7 @@ health_bar_hud()
}
health_bar updatebar(self.health / self.maxhealth);
health_bar_text settext(self.health);
health_bar_text setvalue(self.health);
wait 0.05;
}