mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-02-24 15:01:44 +01:00
Removed debug messages
This commit is contained in:
parent
81390e5e48
commit
d088ca8a7b
@ -37,10 +37,6 @@ public class LoreUpdate {
|
|||||||
this.old = old;
|
this.old = old;
|
||||||
this.replace = replace;
|
this.replace = replace;
|
||||||
this.lore = item.getItemMeta().getLore();
|
this.lore = item.getItemMeta().getLore();
|
||||||
|
|
||||||
System.out.println("Heyy ");
|
|
||||||
System.out.println("-> " + old);
|
|
||||||
System.out.println("-> " + replace);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public ItemStack updateLore() {
|
public ItemStack updateLore() {
|
||||||
|
Loading…
Reference in New Issue
Block a user