Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
Fix Sign json generation
Dieser Commit ist enthalten in:
Ursprung
e42107557e
Commit
f689d53d62
@ -64,7 +64,7 @@ public class SignBlock extends BaseBlock implements TileEntityBlock {
|
|||||||
if (text[i].isEmpty()) {
|
if (text[i].isEmpty()) {
|
||||||
text[i] = EMPTY;
|
text[i] = EMPTY;
|
||||||
} else {
|
} else {
|
||||||
text[i] = "{\"text\":\"" + GsonUtil.stringValue(text[i]) + "\"}";
|
text[i] = "{\"text\":" + GsonUtil.stringValue(text[i]) + "}";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.text = text;
|
this.text = text;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren