This commit is contained in:
DarthArgus
2016-12-19 00:18:49 +00:00
parent 34ee420ae0
commit ca7adf0471
2 changed files with 9 additions and 9 deletions
@@ -3367,7 +3367,7 @@ void JNICALL ScriptMethodsObjectInfoNamespace::sendScriptVarsToProxies(JNIEnv *
{
PROFILER_AUTO_BLOCK_DEFINE("JNI::sendScriptVarsToProxies");
if (obj != 0 && buffer != 0)
if (obj != nullptr && buffer != nullptr)
{
ServerObject *object = nullptr;
if (JavaLibrary::getObject(obj, object) && object != nullptr)