mirror of
https://github.com/ViaVersion/ViaVersion.git
synced 2025-02-03 05:11:21 +01:00
Support for 1.10-pre2
This commit is contained in:
parent
d04121202d
commit
a2f7a52d31
2
pom.xml
2
pom.xml
@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>us.myles</groupId>
|
||||
<artifactId>viaversion</artifactId>
|
||||
<version>1.10-pre1-DEV</version>
|
||||
<version>1.10-pre2-DEV</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>ViaVersion</name>
|
||||
|
@ -29,7 +29,7 @@ public class ProtocolVersion {
|
||||
register(v1_9_1 = new ProtocolVersion(108, "1.9.1"));
|
||||
register(v1_9_2 = new ProtocolVersion(109, "1.9.2"));
|
||||
register(v1_9_3 = new ProtocolVersion(110, "1.9.3/4"));
|
||||
register(SNAPSHOT = new ProtocolVersion(204, "1.10-pre1"));
|
||||
register(SNAPSHOT = new ProtocolVersion(205, "1.10-pre2"));
|
||||
}
|
||||
|
||||
public static void register(@NonNull ProtocolVersion protocol) {
|
||||
|
Loading…
Reference in New Issue
Block a user