mirror of
https://github.com/PaperMC/Paper.git
synced 2025-03-13 11:18:23 +01:00
Fix duplicate datapack reload on /reload
By: md_5 <git@md-5.net>
This commit is contained in:
parent
6b435994e8
commit
9233fd67b4
1 changed files with 0 additions and 1 deletions
|
@ -824,7 +824,6 @@ public final class CraftServer implements Server {
|
|||
|
||||
pluginManager.clearPlugins();
|
||||
commandMap.clearCommands();
|
||||
resetRecipes();
|
||||
reloadData();
|
||||
overrideAllCommandBlockCommands = commandsConfiguration.getStringList("command-block-overrides").contains("*");
|
||||
ignoreVanillaPermissions = commandsConfiguration.getBoolean("ignore-vanilla-permissions");
|
||||
|
|
Loading…
Add table
Reference in a new issue