mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-24 03:25:13 +01:00
Remove debug
This commit is contained in:
parent
74a861142b
commit
af519a3af4
1
.gitignore
vendored
1
.gitignore
vendored
@ -11,3 +11,4 @@ bin/
|
||||
dependency-reduced-pom.xml
|
||||
*.jardesc
|
||||
*.lnk
|
||||
*.bbmodel
|
@ -35,8 +35,7 @@ public class SkinTrait extends Trait {
|
||||
private void checkPlaceholder(boolean update) {
|
||||
if (skinName == null)
|
||||
return;
|
||||
String filled = ChatColor.stripColor(Placeholders.replace(skinName, null, npc).toLowerCase());
|
||||
System.out.println(skinName + " " + filled + " " + filledPlaceholder);
|
||||
String filled = ChatColor.stripColor(Placeholders.replace(skinName, null, npc).toLowerCase());
|
||||
if (!filled.equalsIgnoreCase(skinName) && !filled.equalsIgnoreCase(filledPlaceholder)) {
|
||||
filledPlaceholder = filled;
|
||||
if (update) {
|
||||
|
Loading…
Reference in New Issue
Block a user