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

1
.gitignore vendored
View File

@@ -1,3 +1,4 @@
sku.0/sys.server/compiled/game/datatables/admin/swag_admin.tab
object_template_crc_string_table.tab
quest_crc_string_table.tab

View File

@@ -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();
}
}