diff options
Diffstat (limited to 'pixel-client')
-rw-r--r-- | pixel-client/src/game.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixel-client/src/game.rs b/pixel-client/src/game.rs index 15f4c726..ca5f773a 100644 --- a/pixel-client/src/game.rs +++ b/pixel-client/src/game.rs @@ -170,7 +170,7 @@ impl Game { if send_movement { self.network .queue_out - .push_back(player.movement.movement_packet(self.my_id)); + .push_back(player.movement.movement_packet_s(self.my_id)); } player.interact_target_anim.exp_to( |