Updated Upstream (CraftBukkit/Spigot)

Upstream has released updates that appear 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:
f992ce60 Fix duplicate datapack reload on /reload

Spigot Changes:
9472b09d Rebuild patches
This commit is contained in:
Jason Penilla
2021-06-15 01:38:57 -07:00
parent 7a5a3e1f9b
commit 802eb82975
4 changed files with 4 additions and 5 deletions

View File

@@ -708,8 +708,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
}
this.pluginManager.clearPlugins();
@@ -0,0 +0,0 @@ public final class CraftServer implements Server {
this.resetRecipes();
this.commandMap.clearCommands();
this.reloadData();
org.spigotmc.SpigotConfig.registerCommands(); // Spigot
+ com.destroystokyo.paper.PaperConfig.registerCommands(); // Paper