mirror of
				https://github.com/PlaceholderAPI/PlaceholderAPI
				synced 2025-10-30 18:03:43 +01:00 
			
		
		
		
	Refresh on download to fix the gold bug
This commit is contained in:
		| @@ -73,8 +73,7 @@ public class ExpansionCloudCommands implements CommandExecutor { | ||||
|         .equalsIgnoreCase("fetch")) { | ||||
|       msg(s, "&aRefresh task started. Use &f/papi ecloud list all &ain a few!!"); | ||||
|       plugin.getExpansionCloud().clean(); | ||||
|       plugin.getExpansionCloud() | ||||
|           .fetch(plugin.getPlaceholderAPIConfig().cloudAllowUnverifiedExpansions()); | ||||
|       plugin.getExpansionCloud().fetch(plugin.getPlaceholderAPIConfig().cloudAllowUnverifiedExpansions()); | ||||
|       return true; | ||||
|     } | ||||
|  | ||||
| @@ -413,6 +412,8 @@ public class ExpansionCloudCommands implements CommandExecutor { | ||||
|           + version); | ||||
|       String player = ((s instanceof Player) ? s.getName() : null); | ||||
|       plugin.getExpansionCloud().downloadExpansion(player, expansion, version); | ||||
|       plugin.getExpansionCloud().clean(); | ||||
|       plugin.getExpansionCloud().fetch(plugin.getPlaceholderAPIConfig().cloudAllowUnverifiedExpansions()); | ||||
|       return true; | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user