From 6646c1879d4674aac53f91848bd7617ce39adb0f Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Mon, 6 Feb 2023 17:49:39 +0700 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BD=D0=BE=D0=B2=D0=B0=20=D1=82=D0=B5?= =?UTF-8?q?=D1=81=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 6f2a3f76..248fd8bb 100644 --- a/src/main/kotlin/ru/dbotthepony/kstarbound/Main.kt +++ b/src/main/kotlin/ru/dbotthepony/kstarbound/Main.kt @@ -34,7 +34,7 @@ fun main() { val f = File("J:\\Steam\\steamapps\\workshop\\content\\211820\\$folder\\contents.pak") if (f.exists()) { - Starbound.addPakPath(f) + starbound.addPakPath(f) } }*/