Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
16w42a
Dieser Commit ist enthalten in:
Ursprung
5aad3306eb
Commit
de0b9a2a68
@ -52,7 +52,7 @@ public class ProtocolVersion {
|
|||||||
register(v1_9_3 = new ProtocolVersion(110, "1.9.3/4"));
|
register(v1_9_3 = new ProtocolVersion(110, "1.9.3/4"));
|
||||||
register(v1_10 = new ProtocolVersion(210, "1.10"));
|
register(v1_10 = new ProtocolVersion(210, "1.10"));
|
||||||
// Snapshot uses colon as dashes are used other places...
|
// Snapshot uses colon as dashes are used other places...
|
||||||
register(v1_11 = new ProtocolVersion(311, "1.11:SNAPSHOT")); // TODO change to the full version
|
register(v1_11 = new ProtocolVersion(312, "1.11:SNAPSHOT")); // Currently 16w42a TODO change to the full version
|
||||||
register(unknown = new ProtocolVersion(-1, "UNKNOWN"));
|
register(unknown = new ProtocolVersion(-1, "UNKNOWN"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren