mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 19:14:05 +09:00
splash screen backdrop
This commit is contained in:
@@ -124,7 +124,7 @@ object ModMgr {
|
||||
|
||||
|
||||
init {
|
||||
val loadOrderFile = FileSystems.getDefault().getPath("${App.defaultDir}/LoadOrder.txt").toFile()
|
||||
val loadOrderFile = File(App.loadOrderDir)
|
||||
if (loadOrderFile.exists()) {
|
||||
|
||||
// load modules
|
||||
|
||||
Reference in New Issue
Block a user