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:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user