diff --git a/src/main/java/de/bixilon/minosoft/protocol/protocol/buffers/play/PlayInByteBuffer.kt b/src/main/java/de/bixilon/minosoft/protocol/protocol/buffers/play/PlayInByteBuffer.kt index b1ae059dc..710e90fdf 100644 --- a/src/main/java/de/bixilon/minosoft/protocol/protocol/buffers/play/PlayInByteBuffer.kt +++ b/src/main/java/de/bixilon/minosoft/protocol/protocol/buffers/play/PlayInByteBuffer.kt @@ -101,7 +101,7 @@ class PlayInByteBuffer : InByteBuffer { if (DebugOptions.LOG_RAW_CHAT) { Log.log(LogMessageType.CHAT_IN, LogLevels.VERBOSE) { TextComponent(string) } } - return ChatComponent.of(string, connection.language, null) + return ChatComponent.of(string, connection.language, null, restricted = true) } fun readParticleData(): ParticleData {