mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-11-01 08:39:31 +01:00
Fix MinecraftComponentImpl#empty
This commit is contained in:
parent
0f13f155cb
commit
4e2177080b
@ -33,7 +33,7 @@ public class MinecraftComponentImpl implements MinecraftComponent {
|
||||
private Component component;
|
||||
|
||||
public static MinecraftComponentImpl empty() {
|
||||
return new MinecraftComponentImpl("{}");
|
||||
return new MinecraftComponentImpl("{text:\"\"}");
|
||||
}
|
||||
|
||||
public MinecraftComponentImpl(String json) {
|
||||
|
Loading…
Reference in New Issue
Block a user