Revert "Re-track players that dismount from other players"

This commit is contained in:
Ytnoos
2020-04-22 00:06:30 +02:00
parent 6578a2d659
commit f7e48582b5
376 changed files with 875 additions and 909 deletions

View File

@@ -6,7 +6,7 @@ Subject: [PATCH] Optimise ArraySetSorted#removeIf
Remove iterator allocation and ensure the call is always O(n)
diff --git a/src/main/java/net/minecraft/server/ArraySetSorted.java b/src/main/java/net/minecraft/server/ArraySetSorted.java
index 85f799a71..7db6b5850 100644
index 85f799a7..7db6b585 100644
--- a/src/main/java/net/minecraft/server/ArraySetSorted.java
+++ b/src/main/java/net/minecraft/server/ArraySetSorted.java
@@ -0,0 +0,0 @@ import java.util.NoSuchElementException;