diff --git a/Saradomin/Utilities/Singleplayer/SingleplayerManagement.cs b/Saradomin/Utilities/Singleplayer/SingleplayerManagement.cs index 15c2dc2..4878807 100644 --- a/Saradomin/Utilities/Singleplayer/SingleplayerManagement.cs +++ b/Saradomin/Utilities/Singleplayer/SingleplayerManagement.cs @@ -132,7 +132,7 @@ public static class SingleplayerManagement } private static Dictionary _confCache; - private static string ConfPath => Path.Combine(CrossPlatform.GetSaradominHome(), "game", "worldprops", "default.conf"); + private static string ConfPath => Path.Combine(CrossPlatform.GetSingleplayerHome(), "game", "worldprops", "default.conf"); public static Dictionary GrabConfCache() { return File.ReadLines(ConfPath)