Fix bungee auth & revert bungee stop alias
This commit is contained in:
parent
0141a10389
commit
5c5596c3a4
|
@ -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;
|
||||||
|
|
|
@ -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.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user