slightly revert this

This commit is contained in:
DarthArgus
2018-03-23 15:56:28 -07:00
committed by CekisSWG
parent f52cbff7b4
commit bf8f3f7cf1
2 changed files with 4 additions and 1 deletions
@@ -599,7 +599,9 @@ public final class obj_id implements Comparable, Serializable
boolean res = base_class.sendScriptVarsToProxies(pdo, deltaBuffer);
if (res == false) {
pdo.scriptVars.clearDelta();
System.err.println("WARNING: Java packAllScriptVars - sendScriptVarsToProxies returned false!");
// if we ever hit this condition, testing with the below should be dont e
//pdo.scriptVars.clearDelta();
}
}