summaryrefslogtreecommitdiffstats
path: root/nms-patches/WorldNBTStorage.patch
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2016-12-21 07:00:00 +1100
committermd_5 <git@md-5.net>2016-12-21 07:00:00 +1100
commit8ea0c87f515290c35baf0029f7b2e046c1ff49cb (patch)
tree3ac51dcfdc206a175b73ec4013bd53c423e9b6e4 /nms-patches/WorldNBTStorage.patch
parentc8ff65136f23a3c2770b8d9ca508f61927f8acba (diff)
downloadcraftbukkit-8ea0c87f515290c35baf0029f7b2e046c1ff49cb.tar
craftbukkit-8ea0c87f515290c35baf0029f7b2e046c1ff49cb.tar.gz
craftbukkit-8ea0c87f515290c35baf0029f7b2e046c1ff49cb.tar.lz
craftbukkit-8ea0c87f515290c35baf0029f7b2e046c1ff49cb.tar.xz
craftbukkit-8ea0c87f515290c35baf0029f7b2e046c1ff49cb.zip
Update to Minecraft 1.11.1
Diffstat (limited to 'nms-patches/WorldNBTStorage.patch')
-rw-r--r--nms-patches/WorldNBTStorage.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/nms-patches/WorldNBTStorage.patch b/nms-patches/WorldNBTStorage.patch
index 4f3b18e3..c39f4ef7 100644
--- a/nms-patches/WorldNBTStorage.patch
+++ b/nms-patches/WorldNBTStorage.patch
@@ -20,7 +20,7 @@
public WorldNBTStorage(File file, String s, boolean flag, DataConverterManager dataconvertermanager) {
this.a = dataconvertermanager;
-@@ -167,12 +173,38 @@
+@@ -168,12 +174,38 @@
}
if (nbttagcompound != null) {
@@ -59,7 +59,7 @@
public IPlayerFileData getPlayerFileData() {
return this;
}
-@@ -202,4 +234,50 @@
+@@ -203,4 +235,50 @@
public DefinedStructureManager h() {
return this.h;
}