Вновь тест подгрузки "активных" предметов
This commit is contained in:
parent
d925f33e44
commit
49e9dd2735
@ -477,7 +477,7 @@ object Starbound {
|
||||
}
|
||||
|
||||
private fun loadItemDefinitions(callback: (String) -> Unit) {
|
||||
val files = listOf(".item", ".currency", ".head", ".chest", ".legs")
|
||||
val files = listOf(".item", ".currency", ".head", ".chest", ".legs", ".activeitem")
|
||||
|
||||
for (fs in fileSystems) {
|
||||
for (listedFile in fs.explore().filter { it.isFile }.filter { f -> files.any { f.name.endsWith(it) } }) {
|
||||
|
Loading…
Reference in New Issue
Block a user