aboutsummaryrefslogtreecommitdiff
path: root/client/menu/main.gd
diff options
context:
space:
mode:
authornokoe <nokoe@mailbox.org>2024-09-28 23:28:03 +0200
committernokoe <nokoe@mailbox.org>2024-09-28 23:31:00 +0200
commit3df8e2c3167849023c822004b4525bcae7bb3cd1 (patch)
treeada35b64dee43fd540bcc816c6e613f24fb5208c /client/menu/main.gd
parentb31b08da8b4d3730040eb9fe73be9ab2452ebfa0 (diff)
downloadhurrycurry-3df8e2c3167849023c822004b4525bcae7bb3cd1.tar
hurrycurry-3df8e2c3167849023c822004b4525bcae7bb3cd1.tar.bz2
hurrycurry-3df8e2c3167849023c822004b4525bcae7bb3cd1.tar.zst
start and use mdns discovery in client; fixes #177
Diffstat (limited to 'client/menu/main.gd')
-rw-r--r--client/menu/main.gd2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/menu/main.gd b/client/menu/main.gd
index 997653c9..5aa3fbaa 100644
--- a/client/menu/main.gd
+++ b/client/menu/main.gd
@@ -24,7 +24,7 @@ func _ready():
if OS.has_feature("web"):
quit_button.hide()
Sound.play_music("MainMenu")
- ServerList.fetch_server_list()
+ ServerList.one_shot()
func _menu_cover(state):
$side.visible = not state