diff options
Diffstat (limited to 'src/serverremoteplayer.h')
-rw-r--r-- | src/serverremoteplayer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/serverremoteplayer.h b/src/serverremoteplayer.h index 1ef14ca93..15a9ebc38 100644 --- a/src/serverremoteplayer.h +++ b/src/serverremoteplayer.h @@ -92,9 +92,9 @@ public: bool m_inventory_not_sent; bool m_hp_not_sent; bool m_respawn_active; + bool m_is_in_environment; private: - bool m_is_in_environment; bool m_position_not_sent; }; |