mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-28 05:35:45 +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
|
dependency-reduced-pom.xml
|
||||||
*.jardesc
|
*.jardesc
|
||||||
*.lnk
|
*.lnk
|
||||||
|
*.bbmodel
|
@ -36,7 +36,6 @@ public class SkinTrait extends Trait {
|
|||||||
if (skinName == null)
|
if (skinName == null)
|
||||||
return;
|
return;
|
||||||
String filled = ChatColor.stripColor(Placeholders.replace(skinName, null, npc).toLowerCase());
|
String filled = ChatColor.stripColor(Placeholders.replace(skinName, null, npc).toLowerCase());
|
||||||
System.out.println(skinName + " " + filled + " " + filledPlaceholder);
|
|
||||||
if (!filled.equalsIgnoreCase(skinName) && !filled.equalsIgnoreCase(filledPlaceholder)) {
|
if (!filled.equalsIgnoreCase(skinName) && !filled.equalsIgnoreCase(filledPlaceholder)) {
|
||||||
filledPlaceholder = filled;
|
filledPlaceholder = filled;
|
||||||
if (update) {
|
if (update) {
|
||||||
|
Loading…
Reference in New Issue
Block a user