We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1dc2d0 commit 3c3c755Copy full SHA for 3c3c755
1 file changed
src/main/kotlin/com/nekiplay/hypixelcry/features/commands/impl/LuaCommand.kt
@@ -404,7 +404,7 @@ object LuaCommand {
404
return
405
}
406
407
- val outputFile = File(scriptsDir, "${sourceFile.nameWithoutExtension}.luac")
+ val outputFile = File(scriptsDir, "${sourceFile.nameWithoutExtension}_compiled.luac")
408
409
try {
410
val inputStream = FileInputStream(sourceFile)
0 commit comments