3
0
Mirror von https://github.com/ViaVersion/ViaVersion.git synchronisiert 2024-09-08 22:02:50 +02:00

Update version to be 1.9.3/4

Dieser Commit ist enthalten in:
Myles 2016-05-22 11:41:59 +01:00
Ursprung 70ad2613f1
Commit 9e6c0f72a8

Datei anzeigen

@ -27,7 +27,7 @@ public class ProtocolVersion {
register(v1_9 = new ProtocolVersion(107, "1.9"));
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"));
register(v1_9_3 = new ProtocolVersion(110, "1.9.3/4"));
}
public static void register(@NonNull ProtocolVersion protocol) {