Fix BackgroundWorker not using a foreground job for server list updater

This commit is contained in:
2022-11-07 17:14:21 -06:00
parent 04d40fe8fc
commit 185dfb50eb
2 changed files with 5 additions and 1 deletions

View File

@@ -45,7 +45,7 @@ class W3DHub
if force_ping || Gosu.milliseconds - @last_pinged >= @ping_interval
@last_pinged = Gosu.milliseconds
W3DHub::BackgroundWorker.parallel_job(
W3DHub::BackgroundWorker.foreground_parallel_job(
lambda do
@ping = -1