mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
particles to spawn on their true position
This commit is contained in:
@@ -486,7 +486,7 @@ object ModMgr {
|
||||
}
|
||||
|
||||
fun getLoadOrderTextForSavegame(): String {
|
||||
return loadOrder.map { "$it ${moduleInfo[it]!!.version}" }.joinToString("\n")
|
||||
return loadOrder.filter { moduleInfo[it] != null }.map { "$it ${moduleInfo[it]!!.version}" }.joinToString("\n")
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user