mirror of
https://gitlab.com/phoenix-dvpmt/mmocore.git
synced 2024-11-23 00:05:52 +01:00
Remove Debug Msg
This commit is contained in:
parent
37a5179d30
commit
f4d6f21b0f
@ -266,9 +266,6 @@ public class PlayerData extends OfflinePlayerData implements Closable, Experienc
|
||||
|
||||
if (skillTree.isNode(coordinates)) {
|
||||
SkillTreeNode node = skillTree.getNode(coordinates);
|
||||
if (nodeStates.get(node) == null) {
|
||||
skillTree.getNodes().forEach(nodee -> Bukkit.broadcastMessage(nodee.getFullId() + " " + nodeStates.get(nodee)));
|
||||
}
|
||||
DisplayInfo displayInfo = new DisplayInfo(nodeStates.get(node), node.getSize());
|
||||
return skillTree.getIcon(displayInfo);
|
||||
}
|
||||
|
@ -45,7 +45,6 @@ public class StatTrigger extends Trigger {
|
||||
* Not a problem to store twice the stat modifiers are there only remain in the RAM.
|
||||
*/
|
||||
public void remove(PlayerData playerData) {
|
||||
Bukkit.broadcastMessage(totalAmount+"");
|
||||
totalAmount-=amount;
|
||||
new StatModifier("trigger", stat, totalAmount, type).register(playerData.getMMOPlayerData());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user