mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Players are left on server while server is running. No passwords yet.
This commit is contained in:
@@ -29,7 +29,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
Player::Player():
|
||||
touching_ground(false),
|
||||
in_water(false),
|
||||
peer_id(PEER_ID_NEW),
|
||||
peer_id(PEER_ID_INEXISTENT),
|
||||
m_speed(0,0,0),
|
||||
m_position(0,0,0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user