Merge pull request #6542 from HDR/mc1.20.1/dev

Fix #6245 : Display links not writing to signs
This commit is contained in:
simibubi 2024-07-16 11:59:18 +02:00 committed by GitHub
commit 2446f8d195
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,7 +26,7 @@ public class SignDisplayTarget extends DisplayTarget {
if (i > 0 && isReserved(i + line, sign, context))
break;
signText.setMessage(i + line, text.get(i));
signText = signText.setMessage(i + line, text.get(i));
changed = true;
}