diff --git a/src/main/kotlin/ru/dbotthepony/kstarbound/Starbound.kt b/src/main/kotlin/ru/dbotthepony/kstarbound/Starbound.kt index 8b2349bb..6cc44558 100644 --- a/src/main/kotlin/ru/dbotthepony/kstarbound/Starbound.kt +++ b/src/main/kotlin/ru/dbotthepony/kstarbound/Starbound.kt @@ -384,9 +384,11 @@ object Starbound : ISBFileLocator { } for (path in archivePaths) { + LOGGER.info("Reading PAK archive $path") addPak(StarboundPak(path)) } + LOGGER.info("Finished reading PAK archives") bootstrapped = true bootstrapping = false