mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-11-16 23:55:28 +01:00
Remove debug message.
This commit is contained in:
parent
5fa2ce7d9e
commit
d16e67c51e
@ -127,7 +127,6 @@ public class MetaItemStack {
|
||||
String _str = string[i];
|
||||
if (loreIndex == -1) {
|
||||
if (_str.matches("^lore" + splitPattern.pattern() + ".*")) {
|
||||
System.out.println("YES " + _str);
|
||||
loreIndex = i;
|
||||
}
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user