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.
This commit is contained in:
parent
03ab7e9a96
commit
44df74e12c
@ -148,7 +148,7 @@
|
|||||||
<SaveChatToLog>true</SaveChatToLog>
|
<SaveChatToLog>true</SaveChatToLog>
|
||||||
<WorldName>World</WorldName>
|
<WorldName>World</WorldName>
|
||||||
<LoadWorld>World</LoadWorld>
|
<LoadWorld>World</LoadWorld>
|
||||||
<PremadeCheckpointPath>Content/CustomWorlds/Star System</PremadeCheckpointPath>
|
<PremadeCheckpointPath>./Content/CustomWorlds/Star System</PremadeCheckpointPath>
|
||||||
<PauseGameWhenEmpty>false</PauseGameWhenEmpty>
|
<PauseGameWhenEmpty>false</PauseGameWhenEmpty>
|
||||||
<IgnoreLastSession>true</IgnoreLastSession>
|
<IgnoreLastSession>true</IgnoreLastSession>
|
||||||
</MyConfigDedicated>
|
</MyConfigDedicated>
|
Loading…
Reference in New Issue
Block a user