You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ final java.util.Set<@Nullable TickingBlockEntity> toRemove = new it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet<>();
451
+
+ // Paper start - Fix MC-117075 use removeAll
452
+
+ final it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet<@Nullable TickingBlockEntity> toRemove = new it.unimi.dsi.fastutil.objects.ReferenceOpenHashSet<>();
452
453
+ toRemove.add(null);
453
-
+
454
-
+ for (final TickingBlockEntity ticker : this.pendingBlockEntityTickers) {
0 commit comments