mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-28 11:44:42 +02:00
Fishing to SkillCommand
This commit is contained in:
@ -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%");
|
||||
|
Reference in New Issue
Block a user