mirror of
https://github.com/EngineHub/WorldEdit.git
synced 2025-03-07 13:48:00 +08:00
Fix Sign json generation
This commit is contained in:
parent
e42107557e
commit
f689d53d62
@ -64,7 +64,7 @@ public SignBlock(int type, int data, String[] text) {
|
||||
if (text[i].isEmpty()) {
|
||||
text[i] = EMPTY;
|
||||
} else {
|
||||
text[i] = "{\"text\":\"" + GsonUtil.stringValue(text[i]) + "\"}";
|
||||
text[i] = "{\"text\":" + GsonUtil.stringValue(text[i]) + "}";
|
||||
}
|
||||
}
|
||||
this.text = text;
|
||||
|
Loading…
Reference in New Issue
Block a user