mirror of
https://github.com/ViaVersion/ViaBackwards.git
synced 2024-11-22 12:16:21 +01:00
parent
e251565837
commit
a03a3a2a8d
@ -54,7 +54,8 @@ public class TranslatableRewriter1_16 extends TranslatableRewriter {
|
||||
@Override
|
||||
public void processText(JsonElement value) {
|
||||
super.processText(value);
|
||||
if (!value.isJsonObject()) return;
|
||||
|
||||
if (value == null || !value.isJsonObject()) return;
|
||||
|
||||
// c o l o r s
|
||||
JsonObject object = value.getAsJsonObject();
|
||||
|
Loading…
Reference in New Issue
Block a user