mirror of
https://github.com/CitizensDev/Citizens2.git
synced 2024-11-22 10:36:10 +01:00
Remove noisy debug
This commit is contained in:
parent
93c78bb418
commit
412f67c4ef
@ -890,8 +890,6 @@ public class HologramTrait extends Trait {
|
||||
if (hologram == null)
|
||||
return;
|
||||
hologram.data().set(NPC.Metadata.TEXT_DISPLAY_COMPONENT, Messaging.minecraftComponentFromRawMessage(text));
|
||||
Messaging.idebug(
|
||||
() -> "set hologram name to " + Messaging.minecraftComponentFromRawMessage(text) + " for " + npc);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user