aboutsummaryrefslogtreecommitdiff
path: root/client/menu/main.gd
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-09-28 23:53:16 +0200
committermetamuffin <metamuffin@disroot.org>2024-09-28 23:53:16 +0200
commit7bb87fdf2178b672c49d8630ad1f8521034230c9 (patch)
treecf86908c7b745596c3b72736844e192bd48a2054 /client/menu/main.gd
parentc23b53c285b3a38a3c2b21c04eb25bade6fbcac0 (diff)
parent3fd30eea09142cc40b9fb373ff6e2c3e4fa988ef (diff)
downloadhurrycurry-7bb87fdf2178b672c49d8630ad1f8521034230c9.tar
hurrycurry-7bb87fdf2178b672c49d8630ad1f8521034230c9.tar.bz2
hurrycurry-7bb87fdf2178b672c49d8630ad1f8521034230c9.tar.zst
Merge branch 'master' of codeberg.org:hurrycurry/hurrycurry
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