From b68dc5d1d229e8bcdf655c99daf3a9e6ecac8aa7 Mon Sep 17 00:00:00 2001 From: tpart Date: Fri, 27 Sep 2024 21:10:52 +0200 Subject: Load server list with singleton (Fixes #181) --- client/menu/main.gd | 1 + 1 file changed, 1 insertion(+) (limited to 'client/menu/main.gd') diff --git a/client/menu/main.gd b/client/menu/main.gd index 9b809776..997653c9 100644 --- a/client/menu/main.gd +++ b/client/menu/main.gd @@ -24,6 +24,7 @@ func _ready(): if OS.has_feature("web"): quit_button.hide() Sound.play_music("MainMenu") + ServerList.fetch_server_list() func _menu_cover(state): $side.visible = not state -- cgit v1.2.3-70-g09d2