Skip to content

Commit 3c3c755

Browse files
committed
Update LuaCommand.kt
1 parent d1dc2d0 commit 3c3c755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/main/kotlin/com/nekiplay/hypixelcry/features/commands/impl

src/main/kotlin/com/nekiplay/hypixelcry/features/commands/impl/LuaCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ object LuaCommand {
404404
return
405405
}
406406

407-
val outputFile = File(scriptsDir, "${sourceFile.nameWithoutExtension}.luac")
407+
val outputFile = File(scriptsDir, "${sourceFile.nameWithoutExtension}_compiled.luac")
408408

409409
try {
410410
val inputStream = FileInputStream(sourceFile)

0 commit comments

Comments
 (0)