geforkt von Mirrors/Velocity
No need to bring in Gson instance, when toString() does the same thing.
Dieser Commit ist enthalten in:
Ursprung
c30974a148
Commit
e240dac55b
@ -193,7 +193,7 @@ public class ConnectedPlayer implements MinecraftConnectionAssociation, Player {
|
||||
// legacy message and then inject the legacy text into a component... yuck!
|
||||
JsonObject object = new JsonObject();
|
||||
object.addProperty("text", ComponentSerializers.LEGACY.serialize(component));
|
||||
json = VelocityServer.GSON.toJson(object);
|
||||
json = object.toString();
|
||||
}
|
||||
} else {
|
||||
json = ComponentSerializers.JSON.serialize(component);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren