fix: @ in Configuration

This commit is contained in:
ChomeNS
2025-05-08 18:16:33 +07:00
parent 8e743b2014
commit ca61686a70

View File

@@ -78,7 +78,7 @@ public class Configuration {
}
public static class Core {
public String customName = "{text:'@'}";
public String customName = "{\"text\":\"@\"}";
}
public static class Position {