slightly revert this

This commit is contained in:
DarthArgus
2016-12-28 22:55:05 +00:00
parent 01c80f8c23
commit f7a4c5a84f
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();
}
}