mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +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];
|
||||
if (loreIndex == -1) {
|
||||
if (_str.matches("^lore" + splitPattern.pattern() + ".*")) {
|
||||
System.out.println("YES " + _str);
|
||||
loreIndex = i;
|
||||
}
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue