Skip to content

Commit

Permalink
some gay shit
Browse files Browse the repository at this point in the history
  • Loading branch information
Skyline300 committed Nov 29, 2024
1 parent 91f2945 commit 616faa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/scala/com/skyline/warlangmod/App.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object App {
outputService.write(updatedModdedFile, outputFileName)
}

def runOnline(inputFileName: String):Unit = {
def runOnline(inputFileName: String, filePath: String):Unit = {
val parsingService = ParsingService.instance
val translationOverwrite = TranslationOverwriteService.instance
val outputService = Output.instance
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/skyline/warlangmod/Main.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ object Main extends CommandApp(
} else {
// program will fetch a file from the github repository
println("------Running Online------")
App.runOnline(inputFileName)
App.runOnline(inputFileName,"some gay shit")
}
}
}
Expand Down

0 comments on commit 616faa8

Please sign in to comment.