Fix mods like wecui not working after switching servers.

#364
This commit is contained in:
md_5 2013-06-08 09:45:45 +10:00
parent 05a9342854
commit 4d51d16512

View File

@ -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