Add missing logging

This commit is contained in:
DBotThePony 2023-12-01 19:07:51 +07:00
parent b79161cca2
commit cc1c0124ae
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -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