AntSharK / Dumdum

1 stars 0 forks source link

Synchronize player controller client #140

Closed AntSharK closed 9 months ago

AntSharK commented 9 months ago

Synchronize player controller client so that updates don't get sent from player to server until the player is synchronized.

This is to solve the issue where the player was updating the server's position based on its old position, when a player was respawning, before the server updated the client's respawned position.