From 44df74e12c682ce12029ea8ab8aff0677e33b165 Mon Sep 17 00:00:00 2001
From: IceOfWraith <96364530+IceOfWraith@users.noreply.github.com>
Date: Mon, 10 Jan 2022 06:41:58 -0600
Subject: [PATCH] Updated Space Engineers config to relative path
The config file for Space Engineers had an error in the relative path for the pre-made world.
---
SpaceEngineers-Dedicated.cfg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/SpaceEngineers-Dedicated.cfg b/SpaceEngineers-Dedicated.cfg
index 8e22da1..473cfa1 100644
--- a/SpaceEngineers-Dedicated.cfg
+++ b/SpaceEngineers-Dedicated.cfg
@@ -148,7 +148,7 @@
true
World
World
- Content/CustomWorlds/Star System
+ ./Content/CustomWorlds/Star System
false
true
\ No newline at end of file