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:
		@@ -148,7 +148,7 @@
 | 
			
		||||
  <SaveChatToLog>true</SaveChatToLog>
 | 
			
		||||
  <WorldName>World</WorldName>
 | 
			
		||||
  <LoadWorld>World</LoadWorld>
 | 
			
		||||
  <PremadeCheckpointPath>Content/CustomWorlds/Star System</PremadeCheckpointPath>
 | 
			
		||||
  <PremadeCheckpointPath>./Content/CustomWorlds/Star System</PremadeCheckpointPath>
 | 
			
		||||
  <PauseGameWhenEmpty>false</PauseGameWhenEmpty>
 | 
			
		||||
  <IgnoreLastSession>true</IgnoreLastSession>
 | 
			
		||||
</MyConfigDedicated>
 | 
			
		||||
		Reference in New Issue
	
	Block a user