mirror of
https://github.com/alexcrea/CustomAnvil.git
synced 2026-06-23 16:16:17 +02:00
fix me being stupid
This commit is contained in:
parent
f24d2e227e
commit
2a36ad945d
2 changed files with 2 additions and 2 deletions
|
|
@ -16,7 +16,7 @@ plugins {
|
||||||
}
|
}
|
||||||
|
|
||||||
group = "xyz.alexcrea"
|
group = "xyz.alexcrea"
|
||||||
version = "1.12.0"
|
version = "1.12.1"
|
||||||
|
|
||||||
val effectiveVersion = "$version" +
|
val effectiveVersion = "$version" +
|
||||||
(if (System.getenv("SMALL_COMMIT_HASH") != null) "-dev-${System.getenv("SMALL_COMMIT_HASH")!!}" else "")
|
(if (System.getenv("SMALL_COMMIT_HASH") != null) "-dev-${System.getenv("SMALL_COMMIT_HASH")!!}" else "")
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,7 @@ object PacketManagerSelector {
|
||||||
2, 3 -> V1_21R2_PacketManager()
|
2, 3 -> V1_21R2_PacketManager()
|
||||||
4 -> V1_21R3_PacketManager()
|
4 -> V1_21R3_PacketManager()
|
||||||
5 -> V1_21R4_PacketManager()
|
5 -> V1_21R4_PacketManager()
|
||||||
6 -> V1_21R4_PacketManager()
|
6 -> V1_21R5_PacketManager()
|
||||||
else -> null
|
else -> null
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue