mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-15 21:39:21 +00:00
Remove debug message.
This commit is contained in:
parent
5fa2ce7d9e
commit
d16e67c51e
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ public class MetaItemStack {
|
||||||
String _str = string[i];
|
String _str = string[i];
|
||||||
if (loreIndex == -1) {
|
if (loreIndex == -1) {
|
||||||
if (_str.matches("^lore" + splitPattern.pattern() + ".*")) {
|
if (_str.matches("^lore" + splitPattern.pattern() + ".*")) {
|
||||||
System.out.println("YES " + _str);
|
|
||||||
loreIndex = i;
|
loreIndex = i;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue