mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Update gradle
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user