mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2026-06-28 08:58:26 +00:00
#1867: Just fake 1.7 login protocol for now
This commit is contained in:
@@ -268,7 +268,7 @@ public enum Protocol
|
||||
private ProtocolData getProtocolData(int version)
|
||||
{
|
||||
ProtocolData protocol = protocols.get( version );
|
||||
if ( protocol == null && ( protocolPhase == Protocol.HANDSHAKE || protocolPhase == Protocol.STATUS ) )
|
||||
if ( protocol == null && ( protocolPhase != Protocol.GAME ) )
|
||||
{
|
||||
protocol = Iterables.getFirst( protocols.valueCollection(), null );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user