fix kick reason not being plain

This commit is contained in:
ajgeiss0702
2021-09-12 17:12:25 -07:00
parent 5ceba7ba0c
commit 1de3ae9412
@@ -147,7 +147,7 @@ public class VelocityPlayer implements AdaptedPlayer, Audience {
main.getMessages().getComponent(
"velocity-kick-message",
"SERVER:"+server.getName(),
"REASON:"+reason
"REASON:"+PlainTextComponentSerializer.plainText().serialize(reason)
)
);
}