mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-24 00:15:16 +01:00
bon gros message de debug samer
This commit is contained in:
parent
7585ba243b
commit
aa51da55b2
@ -79,8 +79,6 @@ public class AttributeView extends EditableInventory {
|
|||||||
StatInfo info = StatInfo.valueOf(buff.getStat());
|
StatInfo info = StatInfo.valueOf(buff.getStat());
|
||||||
holders.register("buff_" + buff.getStat().toLowerCase(), info.format(buff.getValue()));
|
holders.register("buff_" + buff.getStat().toLowerCase(), info.format(buff.getValue()));
|
||||||
holders.register("total_" + buff.getStat().toLowerCase(), info.format(buff.multiply(total).getValue()));
|
holders.register("total_" + buff.getStat().toLowerCase(), info.format(buff.multiply(total).getValue()));
|
||||||
Bukkit.broadcastMessage(info.format(0.34));
|
|
||||||
Bukkit.broadcastMessage((new DecimalFormat(null)==null)+"");
|
|
||||||
});
|
});
|
||||||
|
|
||||||
return holders;
|
return holders;
|
||||||
|
Loading…
Reference in New Issue
Block a user