3
0
Mirror von https://github.com/IntellectualSites/FastAsyncWorldEdit.git synchronisiert 2024-10-03 04:10:06 +02:00

build: Release 2.4.2

Dieser Commit ist enthalten in:
Alexander Brandes 2022-07-28 10:29:59 +02:00
Ursprung 50ee45fedd
Commit 8414e64bab
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 158F5701A6AAD00C
2 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen

Datei anzeigen

@ -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")

Datei anzeigen

@ -190,7 +190,7 @@ public class RegionCommands {
} }
} }
@Deprecated(since = "TODO", forRemoval = true) @Deprecated(since = "2.4.2", forRemoval = true)
@Command( @Command(
name = "/setblocklight", name = "/setblocklight",
aliases = "/setlight", aliases = "/setlight",
@ -201,7 +201,7 @@ public class RegionCommands {
actor.print(Caption.of("fawe.info.light-blocks")); actor.print(Caption.of("fawe.info.light-blocks"));
} }
@Deprecated(since = "TODO", forRemoval = true) @Deprecated(since = "2.4.2", forRemoval = true)
@Command( @Command(
name = "/setskylight", name = "/setskylight",
desc = "Set sky lighting in a selection" desc = "Set sky lighting in a selection"