make this a boolean

This commit is contained in:
DarthArgus
2016-12-21 19:39:34 +00:00
parent 2333813b6a
commit b0c18cc118
2 changed files with 9 additions and 4 deletions
@@ -22318,10 +22318,10 @@ public class base_class
_updateVendorStatus(getLongWithNull(vendor), status);
}
private static native void _sendScriptVarsToProxies(long obj, byte[] deltaBuffer);
public static void sendScriptVarsToProxies(obj_id obj, byte[] deltaBuffer)
private static native boolean _sendScriptVarsToProxies(long obj, byte[] deltaBuffer);
public static boolean sendScriptVarsToProxies(obj_id obj, byte[] deltaBuffer)
{
_sendScriptVarsToProxies(getLongWithNull(obj), deltaBuffer);
return _sendScriptVarsToProxies(getLongWithNull(obj), deltaBuffer);
}
/** Get the scriptVars deltadictionary from an obj_id