aboutsummaryrefslogtreecommitdiff
path: root/client/scripts/map/counter_base.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/scripts/map/counter_base.gd')
-rw-r--r--client/scripts/map/counter_base.gd1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/scripts/map/counter_base.gd b/client/scripts/map/counter_base.gd
index 32f5cc06..c32cb070 100644
--- a/client/scripts/map/counter_base.gd
+++ b/client/scripts/map/counter_base.gd
@@ -10,4 +10,3 @@ func setup(rename: String, neighbors: Array):
base.add_child(load("res://models/prefabs/map/kitchencounter_straight_A.tscn").instantiate())
CounterKind.STRAIGHT_BACKSPLASH:
base.add_child(load("res://models/prefabs/map/kitchencounter_straight_A_backsplash.tscn").instantiate())
- turn_facing(facing)