parent
05a9342854
commit
4d51d16512
@ -121,6 +121,12 @@ public class UpstreamBridge extends PacketHandler
|
|||||||
{
|
{
|
||||||
throw new CancelSendSignal();
|
throw new CancelSendSignal();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// TODO: Unregister as well?
|
||||||
|
if ( pluginMessage.getTag().equals( "REGISTER" ) )
|
||||||
|
{
|
||||||
|
con.getPendingConnection().getLoginMessages().add( pluginMessage );
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user