diff --git a/nms-patches/EntityPlayer.patch b/nms-patches/EntityPlayer.patch index 3a2bed35b9..fb35e53c65 100644 --- a/nms-patches/EntityPlayer.patch +++ b/nms-patches/EntityPlayer.patch @@ -430,7 +430,7 @@ int k = MathHelper.floor(this.locZ); boolean flag = true; boolean flag1 = false; -+ org.bukkit.craftbukkit.util.BlockStateListPopulator blockList = new org.bukkit.craftbukkit.util.BlockStateListPopulator(this.world); // CraftBukkit - Use BlockStateListPopulator ++ org.bukkit.craftbukkit.util.BlockStateListPopulator blockList = new org.bukkit.craftbukkit.util.BlockStateListPopulator(worldserver1); // CraftBukkit - Use BlockStateListPopulator for (int l = -2; l <= 2; ++l) { for (int i1 = -2; i1 <= 2; ++i1) {