mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2026-02-21 11:13:00 +01:00
burnTimeModifier only needs show two decimal places
This commit is contained in:
@@ -26,6 +26,7 @@ public abstract class SkillCommand implements CommandExecutor {
|
||||
protected boolean hasEndurance;
|
||||
|
||||
protected DecimalFormat percent = new DecimalFormat("##0.00%");
|
||||
protected DecimalFormat decimal = new DecimalFormat("##0.00");
|
||||
|
||||
public SkillCommand(SkillType skill) {
|
||||
this.skill = skill;
|
||||
|
||||
Reference in New Issue
Block a user