Sync commands after unloading them (via config)

This commit is contained in:
Frank van der Heijden 2021-01-29 23:53:14 +01:00
parent ab12728063
commit f3846d7c81
No known key found for this signature in database
GPG key ID: 26DA56488D314D11

View file

@ -288,6 +288,8 @@ public class BukkitPluginManager extends AbstractPluginManager<Plugin> {
}
return false;
});
RCraftServer.syncCommands();
}
/**