Skip to content

Commit d1dc2d0

Browse files
committed
Fix
1 parent 48271c6 commit d1dc2d0

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)