mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2024-11-22 10:05:12 +01:00
1.11-pre1
This commit is contained in:
parent
dd6423de06
commit
7d29a0c0af
@ -52,7 +52,7 @@ public class ProtocolVersion {
|
||||
register(v1_9_3 = new ProtocolVersion(110, "1.9.3/4"));
|
||||
register(v1_10 = new ProtocolVersion(210, "1.10"));
|
||||
// Snapshot uses colon as dashes are used other places...
|
||||
register(v1_11 = new ProtocolVersion(313, "1.11:SNAPSHOT")); // Currently 16w43a TODO change to the full version
|
||||
register(v1_11 = new ProtocolVersion(314, "1.11:SNAPSHOT")); // Currently 16w43a TODO change to the full version
|
||||
register(unknown = new ProtocolVersion(-1, "UNKNOWN"));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user