Fix for player hp updates not matching between client and server

This commit is contained in:
Uleat
2020-01-28 21:24:14 -05:00
parent c82d08cf11
commit 92d32feb0d
4 changed files with 22 additions and 1 deletions
+1
View File
@@ -1526,6 +1526,7 @@ protected:
int8 last_hp_percent;
int32 last_hp;
int32 last_max_hp;
int cur_wp;
glm::vec4 m_CurrentWayPoint;