mirror of
				https://github.com/PlaceholderAPI/PlaceholderAPI
				synced 2025-10-30 18:03:43 +01:00 
			
		
		
		
	Remove clean method calls
This commit is contained in:
		| @@ -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(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user