From 23851119073a351817a3dd1f2157da8622e6944a Mon Sep 17 00:00:00 2001 From: md_5 Date: Sun, 6 Mar 2016 14:36:33 +1100 Subject: [PATCH] Patch rebuild --- CraftBukkit-Patches/0010-Spigot-Timings.patch | 2 +- .../0145-Use-Map-for-getPlayer-String-lookup.patch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CraftBukkit-Patches/0010-Spigot-Timings.patch b/CraftBukkit-Patches/0010-Spigot-Timings.patch index 37da3951d..7fe49560f 100644 --- a/CraftBukkit-Patches/0010-Spigot-Timings.patch +++ b/CraftBukkit-Patches/0010-Spigot-Timings.patch @@ -428,7 +428,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 return this.world; } @@ -0,0 +0,0 @@ public abstract class World implements IBlockAccess { - this.N.world = (WorldServer) this; + }); this.getServer().addWorld(this.world); // CraftBukkit end + timings = new SpigotTimings.WorldTimingsHandler(this); // Spigot - code below can generate new world and access timings diff --git a/CraftBukkit-Patches/0145-Use-Map-for-getPlayer-String-lookup.patch b/CraftBukkit-Patches/0145-Use-Map-for-getPlayer-String-lookup.patch index 5e1e1c480..66624cb69 100644 --- a/CraftBukkit-Patches/0145-Use-Map-for-getPlayer-String-lookup.patch +++ b/CraftBukkit-Patches/0145-Use-Map-for-getPlayer-String-lookup.patch @@ -47,7 +47,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000 + this.playersByName.put(entityplayer1.getName(), entityplayer1); // Spigot this.j.put(entityplayer1.getUniqueID(), entityplayer1); } - // Added from changeDimension + entityplayer1.syncInventory(); @@ -0,0 +0,0 @@ public abstract class PlayerList { }