aboutsummaryrefslogtreecommitdiff
path: root/client/menu
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2025-07-07 19:42:57 +0200
committermetamuffin <metamuffin@disroot.org>2025-07-07 19:42:57 +0200
commitc5e2de764bb1ce1d38726b80636c3fa45b06c05e (patch)
tree7606abe3b47d123abb9cafe9c1bb7920aa3d3c7f /client/menu
parent9be9937f75c2711d5d7fd9759ed615397fff5c7f (diff)
downloadhurrycurry-c5e2de764bb1ce1d38726b80636c3fa45b06c05e.tar
hurrycurry-c5e2de764bb1ce1d38726b80636c3fa45b06c05e.tar.bz2
hurrycurry-c5e2de764bb1ce1d38726b80636c3fa45b06c05e.tar.zst
implement discover tool as service.gd class
Diffstat (limited to 'client/menu')
-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]):