aboutsummaryrefslogtreecommitdiff
path: root/client/player/player.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/player/player.gd')
-rw-r--r--client/player/player.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/player/player.gd b/client/player/player.gd
index 5650c52e..cf8d3b78 100644
--- a/client/player/player.gd
+++ b/client/player/player.gd
@@ -68,7 +68,7 @@ func _init(_id: int, name_: String, pos: Vector2, character_style_: Dictionary,
position_ = pos
position_anim = pos
- if game.hand_count == 1:
+ if Global.hand_count == 1:
var center = Node3D.new()
center.name = "HandBaseCenter"
center.position = DEFAULT_HAND_BASE_POSITION_CENTER