mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-12 16:58:39 +00:00
Send Breath packet on event, don't check it at each AsyncRunStep
This commit is contained in:
parent
64ff966bae
commit
7e56637ed0
6 changed files with 16 additions and 16 deletions
|
@ -718,7 +718,6 @@ PlayerSAO::PlayerSAO(ServerEnvironment *env_, Player *player_, u16 peer_id_,
|
|||
// public
|
||||
m_moved(false),
|
||||
m_inventory_not_sent(false),
|
||||
m_breath_not_sent(false),
|
||||
m_wielded_item_not_sent(false),
|
||||
m_physics_override_speed(1),
|
||||
m_physics_override_jump(1),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue