mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2024-11-24 03:05:49 +01:00
parent
05a9342854
commit
4d51d16512
@ -121,6 +121,12 @@ public class UpstreamBridge extends PacketHandler
|
||||
{
|
||||
throw new CancelSendSignal();
|
||||
}
|
||||
|
||||
// TODO: Unregister as well?
|
||||
if ( pluginMessage.getTag().equals( "REGISTER" ) )
|
||||
{
|
||||
con.getPendingConnection().getLoginMessages().add( pluginMessage );
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user