1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2026-01-06 15:41:50 +00:00

Don't convert sign text multiple times

This commit is contained in:
onebeastchris
2025-04-02 22:56:09 +02:00
parent 8128fb9df2
commit c6101d71db

View File

@@ -93,7 +93,6 @@ public class SignBlockEntityTranslator extends BlockEntityTranslator {
var it = messages.iterator();
while (it.hasNext()) {
String signLine = it.next();
signLine = MessageTranslator.convertMessageLenient(signLine);
// Check the character width on the sign to ensure there is no overflow that is usually hidden
// to Java Edition clients but will appear to Bedrock clients