Remove hologram debug

This commit is contained in:
fullwall 2024-08-13 11:23:54 +08:00
parent c291c0513d
commit c66ff1eeee

View File

@ -829,7 +829,6 @@ public class HologramTrait extends Trait {
if (!Placeholders.containsPlaceholders(raw)) {
hologram.data().set(NPC.Metadata.NAMEPLATE_VISIBLE, Messaging.stripColor(raw).length() > 0);
}
Messaging.idebug(() -> "set hologram name to " + text + " for " + npc);
}
}