mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-01-24 09:51:21 +01:00
removed upgrade debug messages
This commit is contained in:
parent
fdf5b5624f
commit
fec4d01279
@ -173,9 +173,6 @@ public class MMOItemBuilder {
|
|||||||
|
|
||||||
double value = getValue(stat);
|
double value = getValue(stat);
|
||||||
|
|
||||||
System.out.println("VALUE: " + value);
|
|
||||||
System.out.println("BASE: " + getBase(stat));
|
|
||||||
|
|
||||||
if (value > 0)
|
if (value > 0)
|
||||||
lore.insert(stat.getPath(), stat.format(value, "#", new StatFormat("##").format(value))
|
lore.insert(stat.getPath(), stat.format(value, "#", new StatFormat("##").format(value))
|
||||||
+ new ColorParse(MMOItems.plugin.getConfig()
|
+ new ColorParse(MMOItems.plugin.getConfig()
|
||||||
|
Loading…
Reference in New Issue
Block a user