1
0
mirror of https://github.com/JezuzLizard/BO2-Reimagined.git synced 2025-06-20 03:59:47 -05:00

MOTD: hide health bar when entering afterlife

This commit is contained in:
Jbleezy
2023-03-31 21:12:31 -07:00
parent 2575bcba45
commit 0174a1da7f

View File

@ -440,12 +440,12 @@ health_bar_hud()
while (1) while (1)
{ {
if(isDefined(self.e_afterlife_corpse)) if (is_true(self.afterlife))
{ {
hud hideelem(); hud hideelem();
hud_text hideelem(); hud_text hideelem();
while(isDefined(self.e_afterlife_corpse)) while (is_true(self.afterlife))
{ {
wait 0.05; wait 0.05;
} }