diff --git a/.gitignore b/.gitignore index a1bcef7fc..2a731b1a7 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sku.0/sys.server/compiled/game/script/obj_id.java b/sku.0/sys.server/compiled/game/script/obj_id.java index c7ed3ff2f..4ca162504 100644 --- a/sku.0/sys.server/compiled/game/script/obj_id.java +++ b/sku.0/sys.server/compiled/game/script/obj_id.java @@ -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(); } }