Skip to content

Commit ff031ce

Browse files
authored
Merge pull request #29 from Nekiplay/lua5.3
Fix
2 parents b77196d + d1dc2d0 commit ff031ce

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/kotlin/com/nekiplay/hypixelcry/features/lua

src/main/kotlin/com/nekiplay/hypixelcry/features/lua/LuaScript.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -864,7 +864,7 @@ class LuaScript(val scriptName: String, private val luaManager: LuaManager) {
864864

865865
for (callback in callbacks) {
866866
try {
867-
val res = callback.call(sound.registeredName, )
867+
val res = callback.call(t)
868868
if (res.isboolean() && !res.toboolean()) {
869869
allow = false
870870
}

0 commit comments

Comments
 (0)