mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
Fix for gamepass
This commit is contained in:
parent
708ef97663
commit
023a0b9526
@ -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)
|
||||
{
|
||||
|
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user