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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user