diff options
Diffstat (limited to 'Spigot-Server-Patches/0164-Provide-E-TE-Chunk-count-stat-methods.patch')
-rw-r--r-- | Spigot-Server-Patches/0164-Provide-E-TE-Chunk-count-stat-methods.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Spigot-Server-Patches/0164-Provide-E-TE-Chunk-count-stat-methods.patch b/Spigot-Server-Patches/0164-Provide-E-TE-Chunk-count-stat-methods.patch index 9232c2e24e..9fd42dd2a5 100644 --- a/Spigot-Server-Patches/0164-Provide-E-TE-Chunk-count-stat-methods.patch +++ b/Spigot-Server-Patches/0164-Provide-E-TE-Chunk-count-stat-methods.patch @@ -1,4 +1,4 @@ -From 364f74a31e5d72d9a339f77282f85c27db8f59a8 Mon Sep 17 00:00:00 2001 +From 3b2f3e7b47b162860acc8996994b710c83082a64 Mon Sep 17 00:00:00 2001 From: Aikar <[email protected]> Date: Sat, 7 Jan 2017 15:24:46 -0500 Subject: [PATCH] Provide E/TE/Chunk count stat methods @@ -7,10 +7,10 @@ Provides counts without the ineffeciency of using .getEntities().size() which creates copy of the collections. diff --git a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java -index 3536433d14..f83a28dfda 100644 +index 0b3de7a76..e0d91ff69 100644 --- a/src/main/java/org/bukkit/craftbukkit/CraftWorld.java +++ b/src/main/java/org/bukkit/craftbukkit/CraftWorld.java -@@ -82,6 +82,29 @@ public class CraftWorld implements World { +@@ -87,6 +87,29 @@ public class CraftWorld implements World { private int chunkLoadCount = 0; private int chunkGCTickCount; @@ -41,5 +41,5 @@ index 3536433d14..f83a28dfda 100644 public CraftWorld(WorldServer world, ChunkGenerator gen, Environment env) { -- -2.19.0 +2.19.1 |