diff options
author | Aikar <[email protected]> | 2020-06-30 19:42:14 -0400 |
---|---|---|
committer | Aikar <[email protected]> | 2020-06-30 19:42:14 -0400 |
commit | bcab622e55726aba4bd5ca3e38dc67789b3edeab (patch) | |
tree | 136ee96d071ae3aabe92546f6a0f08d65ddcb939 /Spigot-Server-Patches/0004-MC-Utils.patch | |
parent | ab347c4c96b66cf4e67ac303b25fd86d4d17e2af (diff) | |
download | Paper-bcab622e55726aba4bd5ca3e38dc67789b3edeab.tar.gz Paper-bcab622e55726aba4bd5ca3e38dc67789b3edeab.zip |
[Auto] Updated Upstream (CraftBukkit)
Upstream has released updates that appears to apply and compile correctly.
This update has not been tested by PaperMC and as with ANY update, please do your own testing
CraftBukkit Changes:
fdf6017fa Fix event for unlucky composts
b567cb433 SPIGOT-5910: loadAdvancement does not work
Diffstat (limited to 'Spigot-Server-Patches/0004-MC-Utils.patch')
-rw-r--r-- | Spigot-Server-Patches/0004-MC-Utils.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Spigot-Server-Patches/0004-MC-Utils.patch b/Spigot-Server-Patches/0004-MC-Utils.patch index f5ae61c3e6..67a8714007 100644 --- a/Spigot-Server-Patches/0004-MC-Utils.patch +++ b/Spigot-Server-Patches/0004-MC-Utils.patch @@ -4685,10 +4685,10 @@ index 0000000000000000000000000000000000000000..49dc0c441b9dd7e7745cf15ced67f383 + } +} diff --git a/src/main/java/org/bukkit/craftbukkit/util/DummyGeneratorAccess.java b/src/main/java/org/bukkit/craftbukkit/util/DummyGeneratorAccess.java -index 99a49ae13697940c2055f37df3c8c2e8383ecee9..7d66cc8e5e4a0f6710f12df8b75cc05bbc152c0b 100644 +index eb87f3720977e4e980d26e9cfd4fed0a808636dd..b6c39bf77e716addc9d2a1e915687bc770e937f4 100644 --- a/src/main/java/org/bukkit/craftbukkit/util/DummyGeneratorAccess.java +++ b/src/main/java/org/bukkit/craftbukkit/util/DummyGeneratorAccess.java -@@ -188,4 +188,22 @@ public class DummyGeneratorAccess implements GeneratorAccess { +@@ -187,4 +187,22 @@ public class DummyGeneratorAccess implements GeneratorAccess { public boolean a(BlockPosition blockposition, boolean flag, Entity entity, int i) { throw new UnsupportedOperationException("Not supported yet."); } |