Skip to content

Commit

Permalink
Fix for gamepass
Browse files Browse the repository at this point in the history
  • Loading branch information
misternebula committed Jun 11, 2022
1 parent 708ef97 commit 023a0b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QSB/Menus/MenuManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ private void Disconnect()

private void PreHost()
{
var doesSaveExist = StandaloneProfileManager.SharedInstance.currentProfileGameSave.loopCount > 1;
var doesSaveExist = PlayerData.LoadLoopCount() > 1;

if (!doesSaveExist)
{
Expand Down
2 changes: 1 addition & 1 deletion QSB/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" ]
Expand Down

0 comments on commit 023a0b9

Please sign in to comment.