mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-10-31 17:23:42 +01:00 
			
		
		
		
	Fixing my fix of Unarmed command display
This commit is contained in:
		| @@ -28,7 +28,7 @@ public class UnarmedCommand implements CommandExecutor { | ||||
| 		if (PP.getSkillLevel(SkillType.UNARMED) < 1000) | ||||
| 			percentage = String.valueOf((skillvalue / 3000) * 100); | ||||
| 		else | ||||
| 			percentage = String.valueOf((1000/3000)*100); | ||||
| 			percentage = String.valueOf((1000 / 3000) * 100); | ||||
|  | ||||
| 		if (PP.getSkillLevel(SkillType.UNARMED) < 1000) | ||||
| 			arrowpercentage = String.valueOf(((skillvalue / 1000) * 100) / 2); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 nossr50
					nossr50