summaryrefslogtreecommitdiff
path: root/Stages/Wintermaul/HUD.gd
diff options
context:
space:
mode:
Diffstat (limited to 'Stages/Wintermaul/HUD.gd')
-rw-r--r--Stages/Wintermaul/HUD.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/Stages/Wintermaul/HUD.gd b/Stages/Wintermaul/HUD.gd
index be2dacb..1033c8e 100644
--- a/Stages/Wintermaul/HUD.gd
+++ b/Stages/Wintermaul/HUD.gd
@@ -104,6 +104,8 @@ func _ready():
)
tower.selection_group_id_changed.connect(func(previous_id: String):
+ #Client.selection.change_selection_group_id([tower], previous_id, tower.selection_group_id)
+
if not tower.selection_group_id in selection_groups:
selection_groups[tower.selection_group_id] = []
selection_groups[tower.selection_group_id].append(tower)