mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
sleep 100ms here instead of 500
This commit is contained in:
@@ -1149,7 +1149,7 @@ void JavaLibrary::initializeJavaThread()
|
||||
JNIEnv * env = nullptr;
|
||||
jint result = (*JNI_CreateJavaVMProc)(&ms_jvm, reinterpret_cast<void**>(&env), &vm_args);
|
||||
|
||||
Os::sleep(500);
|
||||
Os::sleep(100);
|
||||
|
||||
if (result != 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user