mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-10-31 09:13:43 +01:00 
			
		
		
		
	Use locale instead of hard coded message for pending load on certain commands
Fixes #4391
This commit is contained in:
		| @@ -98,7 +98,7 @@ public class CommandManager { | ||||
|  | ||||
|     public void validateLoadedData(@NotNull Player player) { | ||||
|         if(UserManager.getPlayer(player) == null) { | ||||
|             throw new ConditionFailedException("Your mcMMO player data has not yet loaded!"); | ||||
|             throw new ConditionFailedException(LocaleLoader.getString("Profile.PendingLoad")); | ||||
|         } | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 nossr50
					nossr50