9
0
mirror of https://github.com/BX-Team/DivineMC.git synced 2025-12-19 14:59:25 +00:00

remove useless deque clear

This commit is contained in:
NONPLAYT
2025-07-17 18:31:43 +03:00
parent 227fd30f7f
commit 14bec37171

View File

@@ -0,0 +1,10 @@
--- a/net/minecraft/world/ticks/LevelTicks.java
+++ b/net/minecraft/world/ticks/LevelTicks.java
@@ -191,7 +_,6 @@
}
private void cleanupAfterTick() {
- this.toRunThisTick.clear();
this.containersToTick.clear();
this.alreadyRunThisTick.clear();
this.toRunThisTickSet.clear();