Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-12-25 07:40:13 +01:00
Remove bad snapshot flag.
Dieser Commit ist enthalten in:
Ursprung
b75086aacb
Commit
53b2400682
@ -48,7 +48,6 @@ public enum ProtocolVersion {
|
|||||||
private final int protocol;
|
private final int protocol;
|
||||||
private final int snapshotProtocol;
|
private final int snapshotProtocol;
|
||||||
private final String name;
|
private final String name;
|
||||||
private final boolean snapshot;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Represents the lowest supported version.
|
* Represents the lowest supported version.
|
||||||
@ -112,7 +111,6 @@ public enum ProtocolVersion {
|
|||||||
|
|
||||||
this.protocol = protocol;
|
this.protocol = protocol;
|
||||||
this.name = name;
|
this.name = name;
|
||||||
this.snapshot = true;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren