Update to 1.12.2
Dieser Commit ist enthalten in:
Ursprung
5f14ccdc34
Commit
e4be102a77
@ -46,6 +46,7 @@ public class MinecraftProtocolVersion {
|
||||
map.put(new MinecraftVersion(1, 11, 1), 316);
|
||||
map.put(new MinecraftVersion(1, 12, 0), 335);
|
||||
map.put(new MinecraftVersion(1, 12, 1), 338);
|
||||
map.put(new MinecraftVersion(1, 12, 2), 340);
|
||||
return map;
|
||||
}
|
||||
|
||||
|
2
pom.xml
2
pom.xml
@ -9,7 +9,7 @@
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<minorVersion>4.4.0-SNAPSHOT</minorVersion>
|
||||
<spigotVersion>1.12.1-R0.1-SNAPSHOT</spigotVersion>
|
||||
<spigotVersion>1.12.2-R0.1-SNAPSHOT</spigotVersion>
|
||||
</properties>
|
||||
|
||||
<modules>
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren