Update CraftBukkit to Minecraft 1.7.2

By: mbax <matt@phozop.net>
This commit is contained in:
CraftBukkit/Spigot
2013-11-04 07:07:38 -06:00
parent 5961c3b788
commit 5783df9d13
63 changed files with 1137 additions and 429 deletions

View File

@@ -144,7 +144,7 @@ public class CraftOfflinePlayer implements OfflinePlayer, ConfigurationSerializa
if (result != null) {
if (!result.hasKey("bukkit")) {
result.setCompound("bukkit", new NBTTagCompound());
result.set("bukkit", new NBTTagCompound());
}
result = result.getCompound("bukkit");
}