mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
this warning is annoying and likely just a remnant of the japanese language version of the game - we can fix all the warned creatures if we turn it on, log them, and edit a custom creature_names file, but for now let's skip it
This commit is contained in:
@@ -101,7 +101,8 @@ jstring JNICALL ScriptMethodsStringNamespace::getString(JNIEnv *env, jobject sel
|
||||
return result.getReturnValue();
|
||||
}
|
||||
|
||||
DEBUG_WARNING(true, ("JavaLibrary::log failed to localize the stringId(%s, %s)", table.c_str(), asciiId.c_str()));
|
||||
//TODO? this warning is annoying and likely just a remnant of the japanese language version of the game
|
||||
//DEBUG_WARNING(true, ("JavaLibrary::log failed to localize the stringId(%s, %s)", table.c_str(), asciiId.c_str()));
|
||||
|
||||
return 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user