Update gradle

This commit is contained in:
Octavia Togami
2020-02-23 17:39:30 -08:00
committed by MattBDev
parent f1fb51f748
commit f18cb1a0e1
2 changed files with 2 additions and 4 deletions

View File

@ -45,7 +45,7 @@ public class AsyncSign extends AsyncBlockState implements Sign {
private String toJson(String oldInput) {
if (oldInput == null || oldInput.isEmpty()) return "";
return LegacyComponentSerializer.legacy().serialize(TextComponent.of(oldInput));
return LegacyComponentSerializer.INSTANCE.serialize(TextComponent.of(oldInput));
}
@Override