Fix bungee auth & revert bungee stop alias

This commit is contained in:
ayunami2000 2022-10-01 17:37:05 -04:00
parent 0141a10389
commit 5c5596c3a4
6 changed files with 2 additions and 2 deletions

View File

@ -119,7 +119,7 @@ public class ServerConnector extends PacketHandler
this.ch.write(this.user.getSettings()); this.ch.write(this.user.getSettings());
} }
synchronized (this.user.getSwitchMutex()) { synchronized (this.user.getSwitchMutex()) {
if (this.user.getServer() == null || this.user.getServer().getInfo() == null) { if (this.user.getServer() == null) {
this.user.setClientEntityId(login.getEntityId()); this.user.setClientEntityId(login.getEntityId());
this.user.setServerEntityId(login.getEntityId()); this.user.setServerEntityId(login.getEntityId());
Packet1Login modLogin; Packet1Login modLogin;

View File

@ -10,7 +10,7 @@ import net.md_5.bungee.api.plugin.Command;
public class CommandEnd extends Command { public class CommandEnd extends Command {
public CommandEnd() { public CommandEnd() {
super("end", "bungeecord.command.end", new String[] { "stop", "exit", "quit" }); super("end", "bungeecord.command.end", new String[] { "exit", "quit" });
} }
@Override @Override

Binary file not shown.