SPIGOT-5884: Tab completions lost on reloadData / minecraft:reload

By: md_5 <git@md-5.net>
This commit is contained in:
CraftBukkit/Spigot
2020-06-30 10:51:26 +10:00
parent 4dc354cef6
commit 4b15e585af
2 changed files with 9 additions and 3 deletions

View File

@@ -429,7 +429,7 @@ public final class CraftServer implements Server {
}
}
private void syncCommands() {
public void syncCommands() {
// Clear existing commands
CommandDispatcher dispatcher = console.dataPackResources.commandDispatcher = new CommandDispatcher();