From 3e6f1dd21d55e32549052e9484be3dc6b3b6cdab Mon Sep 17 00:00:00 2001 From: nokoe Date: Mon, 7 Jul 2025 17:30:09 +0200 Subject: fix #351 --- client/server_list.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client') diff --git a/client/server_list.gd b/client/server_list.gd index 4e03a429..c3fc1f27 100644 --- a/client/server_list.gd +++ b/client/server_list.gd @@ -71,7 +71,7 @@ func _ready() -> void: # SAFETY: reading/writing arrays/dictionaries is allowed as long as # the size is not changed. # cf.: https://docs.godotengine.org/en/4.3/tutorials/performance/thread_safe_apis.html#gdscript-arrays-dictionaries - var res = OS.create_process(get_discovery_path(), [], true) + var res = OS.create_process(get_discovery_path(), [], false) # SAFETY: since this is not read until the thread stops, this should # probably be safe without synchronisation :) pid = res -- cgit v1.2.3-70-g09d2