diff options
Diffstat (limited to 'client')
| -rw-r--r-- | client/player/player.gd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/player/player.gd b/client/player/player.gd index 645fa72b..854c449a 100644 --- a/client/player/player.gd +++ b/client/player/player.gd @@ -129,7 +129,6 @@ func update_position(new_position: Vector2, new_direction: Vector2, new_rotation rotation_ = new_rotation boosting = new_boosting direction = new_direction - print("BOOSTING: ", boosting) func update_movement(dt: float, boost: bool): # This function implements the server's movement system. |