diff options
Diffstat (limited to 'patches/server/0231-Use-ConcurrentHashMap-in-JsonList.patch')
-rw-r--r-- | patches/server/0231-Use-ConcurrentHashMap-in-JsonList.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0231-Use-ConcurrentHashMap-in-JsonList.patch b/patches/server/0231-Use-ConcurrentHashMap-in-JsonList.patch index 78b0f1759b..9977232428 100644 --- a/patches/server/0231-Use-ConcurrentHashMap-in-JsonList.patch +++ b/patches/server/0231-Use-ConcurrentHashMap-in-JsonList.patch @@ -23,7 +23,7 @@ Modified isEmpty to use the isEmpty() method instead of the slightly confusing s The point of this is readability, but does have a side-benefit of a small microptimization diff --git a/src/main/java/net/minecraft/server/players/PlayerList.java b/src/main/java/net/minecraft/server/players/PlayerList.java -index 5517f873e709b6f3b9206f0ad0212a9524f2c691..e927448d7df9a99bf1d5184557ed57b8c32a2773 100644 +index e68a0c86f73325189a67186b058062509663f6e7..455f14d758551229d15d703990bb5225fff37700 100644 --- a/src/main/java/net/minecraft/server/players/PlayerList.java +++ b/src/main/java/net/minecraft/server/players/PlayerList.java @@ -634,7 +634,7 @@ public abstract class PlayerList { |