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.
2 parents ff031ce + 3c3c755 commit 3fff386Copy full SHA for 3fff386
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