Fix for gamepass

This commit is contained in:
Mister_Nebula 2022-06-12 00:16:26 +01:00
parent 708ef97663
commit 023a0b9526
2 changed files with 2 additions and 2 deletions

View File

@ -357,7 +357,7 @@ internal class MenuManager : MonoBehaviour, IAddComponentOnStart
private void PreHost()
{
var doesSaveExist = StandaloneProfileManager.SharedInstance.currentProfileGameSave.loopCount > 1;
var doesSaveExist = PlayerData.LoadLoopCount() > 1;
if (!doesSaveExist)
{

View File

@ -7,7 +7,7 @@
"body": "- Disable *all* other mods. (Can heavily affect performance)\n- Make sure you are not running any other network-intensive applications."
},
"uniqueName": "Raicuparta.QuantumSpaceBuddies",
"version": "0.19.0",
"version": "0.19.1",
"owmlVersion": "2.3.3",
"dependencies": [ "_nebula.MenuFramework" ],
"pathsToPreserve": [ "debugsettings.json", "storage.json" ]