run patch server on main thread on windows
This commit is contained in:
+1
-1
@@ -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")) {
|
||||
|
||||
Reference in New Issue
Block a user