From d87e672fe78501679289f7c514ad37e0878ea187 Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Fri, 17 Jun 2022 22:19:16 +0700 Subject: [PATCH] update test location --- src/main/kotlin/ru/dbotthepony/kstarbound/Main.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/kstarbound/Main.kt b/src/main/kotlin/ru/dbotthepony/kstarbound/Main.kt index 2ccd24b0..ba0a1076 100644 --- a/src/main/kotlin/ru/dbotthepony/kstarbound/Main.kt +++ b/src/main/kotlin/ru/dbotthepony/kstarbound/Main.kt @@ -37,7 +37,7 @@ fun main() { val client = StarboundClient() //Starbound.addFilePath(File("./unpacked_assets/")) - Starbound.addPakPath(File("J:\\SteamLibrary\\steamapps\\common\\Starbound\\assets\\packed.pak")) + Starbound.addPakPath(File("J:\\Steam\\steamapps\\common\\Starbound\\assets\\packed.pak")) Starbound.initializeGame { finished, replaceStatus, status -> client.putDebugLog(status, replaceStatus)