mirror of
https://github.com/DiscordSRV/Ascension.git
synced 2024-12-27 17:28:23 +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;
|
private Component component;
|
||||||
|
|
||||||
public static MinecraftComponentImpl empty() {
|
public static MinecraftComponentImpl empty() {
|
||||||
return new MinecraftComponentImpl("{}");
|
return new MinecraftComponentImpl("{text:\"\"}");
|
||||||
}
|
}
|
||||||
|
|
||||||
public MinecraftComponentImpl(String json) {
|
public MinecraftComponentImpl(String json) {
|
||||||
|
Loading…
Reference in New Issue
Block a user