Drop updates after use

This commit is contained in:
cyberpwn 2021-09-21 08:18:33 -04:00
parent 82982c54f9
commit 2514aa2e3c

View File

@ -322,7 +322,7 @@ public interface Engine extends DataProvider, Fallible, LootProvider, BlockUpdat
}
}
});
getMantle().getMantle().deleteChunkSlice(c.getX(), c.getZ(), MatterUpdate.class);
getMetrics().getUpdates().put(p.getMilliseconds());
}, RNG.r.i(0, 20)));
}