mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-05 09:54:59 +01:00
Merge pull request #6542 from HDR/mc1.20.1/dev
Fix #6245 : Display links not writing to signs
This commit is contained in:
commit
2446f8d195
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue