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:
DarthArgus
2016-02-15 11:48:37 -06:00
parent 6373cf6d74
commit 920e8e658d
@@ -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;