geforkt von Mirrors/Velocity
Fix from API breakage
Dieser Commit ist enthalten in:
Ursprung
a4852d7264
Commit
9260d1071a
@ -128,7 +128,7 @@ public class HandshakeSessionHandler implements MinecraftSessionHandler {
|
||||
private ConnectionType checkForForge(Handshake handshake) {
|
||||
// Determine if we're using Forge (1.8 to 1.12, may not be the case in 1.13).
|
||||
if (handshake.getServerAddress().endsWith(LegacyForgeConstants.HANDSHAKE_HOSTNAME_TOKEN)
|
||||
&& handshake.getProtocolVersion() < ProtocolConstants.MINECRAFT_1_13) {
|
||||
&& handshake.getProtocolVersion().getProtocol() < ProtocolVersion.MINECRAFT_1_13.getProtocol()) {
|
||||
return ConnectionTypes.LEGACY_FORGE;
|
||||
} else {
|
||||
// For later: See if we can determine Forge 1.13+ here, else this will need to be UNDETERMINED
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren