Mirror von
https://github.com/ViaVersion/ViaVersion.git
synchronisiert 2024-11-03 14:50:30 +01:00
Merge pull request #250 from HugoDaBosss/apiv2
Change protocol constants to final fields
Dieser Commit ist enthalten in:
Commit
0233e2ab27
@ -2,11 +2,11 @@ package us.myles.ViaVersion.api.protocol;
|
||||
|
||||
public class ProtocolVersion {
|
||||
/* Defined protocol constants */
|
||||
public static int V1_7_1 = 4;
|
||||
public static int V1_7_6 = 5;
|
||||
public static final int V1_7_1 = 4;
|
||||
public static final int V1_7_6 = 5;
|
||||
|
||||
public static int V1_8 = 47;
|
||||
public static final int V1_8 = 47;
|
||||
|
||||
public static int V1_9 = 107;
|
||||
public static int V1_9_1_PRE2 = 108;
|
||||
public static final int V1_9 = 107;
|
||||
public static final int V1_9_1_PRE2 = 108;
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren