run patch server on main thread on windows

This commit is contained in:
Martin Michelsen
2024-03-25 22:28:15 -07:00
parent da9765f1aa
commit 6f99b3b1c8
4 changed files with 31 additions and 7 deletions
+1 -1
View File
@@ -2361,7 +2361,7 @@ Action a_run_server_replay_log(
}
if (evthread_use_pthreads()) {
throw runtime_error("failed to setup libevent threads");
throw runtime_error("failed to set up libevent threads");
}
if (!isdir("system/players")) {