Skip to content

Commit e8324f2

Browse files
authored
Fix location bug in cinematic
1 parent 0a79250 commit e8324f2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

plugin/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,11 @@ dependencies {
5050
}
5151
compileOnlyApi("io.papermc.paper:paper-api:1.20.6-R0.1-SNAPSHOT")
5252

53-
api("com.github.Tofaa2.EntityLib:spigot:2.4.8-SNAPSHOT")
53+
api("com.github.Tofaa2.EntityLib:spigot:2.4.9-SNAPSHOT")
5454
api("com.github.shynixn.mccoroutine:mccoroutine-bukkit-api:2.17.0")
5555
api("com.github.shynixn.mccoroutine:mccoroutine-bukkit-core:2.17.0")
56-
api("dev.jorel:commandapi-bukkit-shade:9.5.1")
57-
api("dev.jorel:commandapi-bukkit-kotlin:9.5.1")
56+
api("dev.jorel:commandapi-bukkit-shade:9.5.2")
57+
api("dev.jorel:commandapi-bukkit-kotlin:9.5.2")
5858

5959
// Doesn't want to load properly using the spigot api.
6060
implementation("io.ktor:ktor-server-core-jvm:2.3.12")

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.0
1+
0.5.1

0 commit comments

Comments
 (0)