Skip to content

Commit 0980b68

Browse files
committed
Change deprecation version to 9.4.1
1 parent ceedb3c commit 0980b68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commandapi-platforms/commandapi-bukkit/commandapi-bukkit-core/src/main/java/dev/jorel/commandapi/CommandAPIBukkitConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public CommandAPIBukkitConfig shouldHookPaperReload(boolean hooked) {
4646
* @return this CommandAPIBukkitConfig
4747
* @deprecated Use the `commandapi-bukkit-shade-mojang-mapped` depdendency instead of `commandapi-bukkit-shade` if you want to use mojang mappings.
4848
*/
49-
@Deprecated(since = "9.5.0", forRemoval = true)
49+
@Deprecated(since = "9.4.1", forRemoval = true)
5050
public CommandAPIBukkitConfig useMojangMappings(boolean useMojangMappings) {
5151
// A little unconventional, but we really don't need to implement mojang mapping flags
5252
// all over the place, we want it to have as minimal interaction as possible so it can

0 commit comments

Comments
 (0)