mirror of
https://bitbucket.org/stellabellumswg/dsrc.git
synced 2026-01-15 23:04:18 -05:00
slightly revert this
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -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
|
||||
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user