geforkt von Mirrors/FastAsyncWorldEdit
Release 2.4.10
Dieser Commit ist enthalten in:
Ursprung
34dbaa633a
Commit
1771a04ef9
@ -41,7 +41,7 @@ ext {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
version = String.format("%s-%s", rootVersion, buildNumber)
|
version = String.format("%s", rootVersion)
|
||||||
|
|
||||||
if (!project.hasProperty("gitCommitHash")) {
|
if (!project.hasProperty("gitCommitHash")) {
|
||||||
apply(plugin = "org.ajoberstar.grgit")
|
apply(plugin = "org.ajoberstar.grgit")
|
||||||
|
@ -48,7 +48,7 @@ public class MinecraftVersion implements Comparable<MinecraftVersion> {
|
|||||||
* Construct a new version with major, minor and release based on the server version.
|
* Construct a new version with major, minor and release based on the server version.
|
||||||
* @deprecated use {@link MinecraftVersion#getCurrent()} instead.
|
* @deprecated use {@link MinecraftVersion#getCurrent()} instead.
|
||||||
*/
|
*/
|
||||||
@Deprecated(since = "TODO", forRemoval = true)
|
@Deprecated(since = "2.4.10", forRemoval = true)
|
||||||
public MinecraftVersion() {
|
public MinecraftVersion() {
|
||||||
MinecraftVersion current = getCurrent();
|
MinecraftVersion current = getCurrent();
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren