Updated Upstream (Paper)

Upstream has released updates that appears to apply and compile correctly

Paper Changes:
613bdc3f [Auto] Updated Upstream (Bukkit/CraftBukkit)
This commit is contained in:
William Blake Galbreath
2020-09-14 13:19:01 -05:00
parent 0e1cb93964
commit d4301d4a64
8 changed files with 25 additions and 25 deletions

View File

@@ -17,10 +17,10 @@ index 23f8e144f..6797fa2e8 100644
public final boolean spawnNpcs = this.getBoolean("spawn-npcs", true);
public final boolean pvp = this.getBoolean("pvp", true);
diff --git a/src/main/java/org/bukkit/craftbukkit/CraftServer.java b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
index 7f5493a6d..5b53ec0a9 100644
index 09097ec75..d46f51098 100644
--- a/src/main/java/org/bukkit/craftbukkit/CraftServer.java
+++ b/src/main/java/org/bukkit/craftbukkit/CraftServer.java
@@ -2404,4 +2404,11 @@ public final class CraftServer implements Server {
@@ -2415,4 +2415,11 @@ public final class CraftServer implements Server {
return mobGoals;
}
// Paper end