Updated Upstream (Paper)

Upstream has released updates that appears to apply and compile correctly

Paper Changes:
2b2f2ea3 Toggle for removing existing dragon
3457ccad [Auto] Updated Upstream (Bukkit/CraftBukkit)
This commit is contained in:
BillyGalbreath
2020-11-09 21:54:34 -06:00
parent ec6e3b33b0
commit a295636d23
3 changed files with 5 additions and 5 deletions

2
Paper

Submodule Paper updated: 60b59901af...2b2f2ea362

View File

@@ -1 +1 @@
1.16.4--2e71da9dfc92de09ffab7a3ef23d01d1fdc35a7d
1.16.4--7f6a342cfc7f178d5fa99a3b5ca3215319394293

View File

@@ -11,11 +11,11 @@ in IWorldServerData are removed as they were only used in certain places, with h
values used in other places.
diff --git a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
index 499f8aa21..7927da524 100644
index 64c2d0b7c..6b2cbdd84 100644
--- a/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
+++ b/src/main/java/com/destroystokyo/paper/PaperWorldConfig.java
@@ -672,4 +672,17 @@ public class PaperWorldConfig {
log("Using vanilla redstone algorithm.");
@@ -680,4 +680,17 @@ public class PaperWorldConfig {
log("The Ender Dragon will be removed if she already exists without a portal.");
}
}
+