fix bug
This commit is contained in:
parent
aa5c42761a
commit
9b29920612
|
@ -87,7 +87,7 @@ public class PlayerChat implements Listener {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
event.renderer(new CustomChatRenderer(chatModOff ? null : animal, name));
|
event.renderer(new CustomChatRenderer(chatModOff ? null : animal, name + "<reset>"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue