mirror of
https://github.com/Outer-Wilds-New-Horizons/new-horizons.git
synced 2025-12-11 20:15:44 +01:00
GORP!!!
This commit is contained in:
parent
bdc4c4d170
commit
81255a5e1e
2
NewHorizons/External/NewHorizonsData.cs
vendored
2
NewHorizons/External/NewHorizonsData.cs
vendored
@ -11,7 +11,7 @@ namespace NewHorizons.External
|
|||||||
private static string _activeProfileName;
|
private static string _activeProfileName;
|
||||||
private static readonly string FileName = "save.json";
|
private static readonly string FileName = "save.json";
|
||||||
|
|
||||||
private static object _lock;
|
private static object _lock = new();
|
||||||
|
|
||||||
// This is its own method so it can be patched by NH-QSB compat
|
// This is its own method so it can be patched by NH-QSB compat
|
||||||
public static string GetProfileName() => StandaloneProfileManager.SharedInstance?.currentProfile?.profileName;
|
public static string GetProfileName() => StandaloneProfileManager.SharedInstance?.currentProfile?.profileName;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user