mirror of
https://github.com/PlaceholderAPI/PlaceholderAPI
synced 2024-11-18 00:46:55 +01:00
Remove clean method calls
This commit is contained in:
parent
c0f6cf225f
commit
41390d8ef4
@ -145,7 +145,6 @@ public class PlaceholderAPIPlugin extends JavaPlugin {
|
||||
public void onDisable() {
|
||||
disableCloud();
|
||||
PlaceholderAPI.unregisterAll();
|
||||
expansionManager.clean();
|
||||
expansionManager = null;
|
||||
Bukkit.getScheduler().cancelTasks(this);
|
||||
serverVersion = null;
|
||||
@ -154,7 +153,6 @@ public class PlaceholderAPIPlugin extends JavaPlugin {
|
||||
|
||||
public void reloadConf(CommandSender s) {
|
||||
boolean cloudEnabled = this.expansionCloud != null;
|
||||
expansionManager.clean();
|
||||
PlaceholderAPI.unregisterAllProvidedExpansions();
|
||||
reloadConfig();
|
||||
setupOptions();
|
||||
|
Loading…
Reference in New Issue
Block a user