aboutsummaryrefslogtreecommitdiff
path: root/client/menu/play.gd
diff options
context:
space:
mode:
Diffstat (limited to 'client/menu/play.gd')
-rw-r--r--client/menu/play.gd1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/menu/play.gd b/client/menu/play.gd
index 184b3b2f..2633163e 100644
--- a/client/menu/play.gd
+++ b/client/menu/play.gd
@@ -56,6 +56,7 @@ func _ready():
Global.set_profile("registry_asked", true)
Global.save_settings()
Global.save_profile()
+
ServerList.start()
func update_server_list(lists: Array[Array]):