Changed NMS Commons relocation

This commit is contained in:
Auxilor
2022-03-02 11:24:37 +00:00
parent ecf0e7c356
commit 0cbf78733e
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,7 @@ tasks {
shadowJar {
relocate(
"com.willfp.internal.spigot.proxy.common",
"com.willfp.internal.spigot.proxy.v1_17_R1"
"com.willfp.internal.spigot.proxy.v1_17_R1.common"
)
}
}

View File

@@ -22,7 +22,7 @@ tasks {
shadowJar {
relocate(
"com.willfp.internal.spigot.proxy.common",
"com.willfp.internal.spigot.proxy.v1_18_R1"
"com.willfp.internal.spigot.proxy.v1_18_R1.common"
)
}
}