Properly check if a loot table exists (#10190)

This commit is contained in:
Jake Potrebic 2024-01-27 11:21:18 -08:00 committed by GitHub
parent 0cc3a7ec6b
commit 3841722fe1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 32 additions and 34 deletions

View file

@ -1617,7 +1617,7 @@ index ab7f7246ee7cd456dbf016aa4b3eed974cd0bca2..eccca51b91f3c8afeab19fe11b3e60df
this.overrideSpawnLimits();
console.autosavePeriod = this.configuration.getInt("ticks-per.autosave");
this.warningState = WarningState.value(this.configuration.getString("settings.deprecated-verbose"));
@@ -2547,12 +2547,31 @@ public final class CraftServer implements Server {
@@ -2545,12 +2545,31 @@ public final class CraftServer implements Server {
private final org.bukkit.Server.Spigot spigot = new org.bukkit.Server.Spigot()
{