Added continue, fixed mail

This commit is contained in:
2022-06-02 03:48:51 +02:00
parent 20c7f0a6d9
commit b1f2370bec
4 changed files with 18 additions and 4 deletions
@@ -68,7 +68,7 @@ public class SilentJoinCommand {
player.sendMessage(Utility.parseMiniMessage(Config.SILENT_JOIN_JOINING,
Placeholder.unparsed("server", registeredServer.getServerInfo().getName())));
ProxyPlayerListener.addSilentJoin(player.getUniqueId());
player.createConnectionRequest(registeredServer);
player.createConnectionRequest(registeredServer).connectWithIndication();
return 1;
})
)