Fix show button not showing back up when leaving

This commit is contained in:
Chris Bell 2024-12-17 21:25:43 -06:00
parent e90d9444d4
commit a90121de93

View File

@ -109,6 +109,7 @@ func reset_ui():
start_button.disabled = true start_button.disabled = true
user_list_box.visible = false user_list_box.visible = false
lobby_list_box.visible = false lobby_list_box.visible = false
show_lobbies_button.disabled = false
added_users.clear() added_users.clear()
for child in user_list_box.get_children(): for child in user_list_box.get_children():
child.queue_free() child.queue_free()