mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Proper player inventory and hp modification tracking and sending accordingly
This commit is contained in:
parent
b2c905d800
commit
e109ed5cef
3 changed files with 57 additions and 20 deletions
|
@ -238,6 +238,8 @@ public:
|
|||
v3f m_last_good_position;
|
||||
float m_last_good_position_age;
|
||||
std::vector<InventoryItem*> m_additional_items;
|
||||
bool m_inventory_not_sent;
|
||||
bool m_hp_not_sent;
|
||||
|
||||
private:
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue