diff options
Diffstat (limited to 'client/menu/lobby.gd')
| -rw-r--r-- | client/menu/lobby.gd | 4 | 
1 files changed, 4 insertions, 0 deletions
| diff --git a/client/menu/lobby.gd b/client/menu/lobby.gd index d3172e70..f1cf7fb6 100644 --- a/client/menu/lobby.gd +++ b/client/menu/lobby.gd @@ -62,8 +62,12 @@ func _ready():  func initialize():  	map_count = game.maps.size() +	  	for c in map_list.get_children():  		c.queue_free() +	for c in bot_settings.get_children(): +		c.queue_free() +	  	var i := 0  	for m in game.maps:  		var b := Button.new() | 
