mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-22 17:27:38 +00:00
Fix Sign json generation
This commit is contained in:
parent
e42107557e
commit
f689d53d62
@ -64,7 +64,7 @@ public class SignBlock extends BaseBlock implements TileEntityBlock {
|
||||
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