diff options
author | Jake Potrebic <[email protected]> | 2024-01-27 11:21:18 -0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-01-27 20:21:18 +0100 |
commit | 3841722fe1ed1cc48c489265967bd39bc2984dc1 (patch) | |
tree | 5b78020ab6bc090afe4f14481e90c76fab32fc93 /patches/server/0009-MC-Utils.patch | |
parent | 0cc3a7ec6be29df36f492153f3d2a10a8515c79d (diff) | |
download | Paper-3841722fe1ed1cc48c489265967bd39bc2984dc1.tar.gz Paper-3841722fe1ed1cc48c489265967bd39bc2984dc1.zip |
Properly check if a loot table exists (#10190)
Diffstat (limited to 'patches/server/0009-MC-Utils.patch')
-rw-r--r-- | patches/server/0009-MC-Utils.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/server/0009-MC-Utils.patch b/patches/server/0009-MC-Utils.patch index 26d49e05ae..7be84376b4 100644 --- a/patches/server/0009-MC-Utils.patch +++ b/patches/server/0009-MC-Utils.patch @@ -7740,7 +7740,7 @@ diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/ja index d6a1b9bbf9737ed884ecf4af31e1521f46807405..5ee460d5d6e017a52bf26cfd56ca2cfeb82d3343 100644 --- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java +++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java -@@ -2533,4 +2533,9 @@ public final class CraftServer implements Server { +@@ -2531,4 +2531,9 @@ public final class CraftServer implements Server { return this.spigot; } // Spigot end |