1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2026-02-19 18:33:00 +01:00

Fishing to SkillCommand

This commit is contained in:
GJ
2012-05-31 14:24:55 -04:00
parent cc5d438550
commit ec02422226
2 changed files with 31 additions and 57 deletions

View File

@@ -21,7 +21,7 @@ public abstract class SkillCommand implements CommandExecutor{
private String permission;
protected Player player;
private PlayerProfile profile;
protected PlayerProfile profile;
protected float skillValue;
protected DecimalFormat percent = new DecimalFormat("##0.00%");