aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--client/menu/lobby.gd2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/menu/lobby.gd b/client/menu/lobby.gd
index f2c5e1d7..f86be916 100644
--- a/client/menu/lobby.gd
+++ b/client/menu/lobby.gd
@@ -48,6 +48,8 @@ func _ready():
func initialize():
map_count = game.maps.size()
+ for c in map_list.get_children():
+ c.queue_free()
var i := 0
for m in game.maps.keys():
var b = Button.new()