op stats now add with agg stats

This commit is contained in:
Collin Smith
2020-09-08 13:00:54 -07:00
parent 027f923409
commit 73e1be417a

View File

@ -82,6 +82,7 @@ public final class AttributesUpdater {
if (op > 0) {
if (log.traceEnabled()) log.trace("Applying stat({}) op({})", stat.debugString(), op);
op(agg, it, opBase, charStats, stat);
agg.add(stat);
} else if (base.contains(stat)) {
if (log.traceEnabled()) log.trace("Aggregating stat({})", stat.debugString());
agg.add(stat);