[Hitpoints] More HP Fixes - Remove Hacks (#1518)

* Fix HP update throttling

* Remove more hacks

Co-authored-by: Akkadius <akkadius1@gmail.com>
This commit is contained in:
splose
2021-09-05 00:17:59 -04:00
committed by GitHub
parent 41352f77ae
commit 943c623be0
4 changed files with 7 additions and 21 deletions
-3
View File
@@ -337,9 +337,6 @@ int32 Client::CalcMaxHP()
}
}
// hack fix for client health not reflecting server value
last_max_hp = 0;
return max_hp;
}