1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-07-27 17:28:41 +00:00

Don't send player position from client to server if the player hasn't moved

This commit is contained in:
MirceaKitsune 2012-12-02 14:59:08 +02:00 committed by Perttu Ahola
parent eeb0900291
commit 15b86a6b9b
4 changed files with 30 additions and 3 deletions

View file

@ -220,7 +220,7 @@ public:
}
u32 keyPressed;
protected:
IGameDef *m_gamedef;