We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74f5b18 commit 47d0081Copy full SHA for 47d0081
BHD-ServerManager/Forms/Panels/tabMaps.cs
@@ -99,7 +99,7 @@ public void methodFunction_loadSourceMaps()
99
private void methodFunction_loadCustomMapps()
100
{
101
// Get Current serverGamePath
102
- string gamePath = ServerSettings.Get("serverGamePath", string.Empty);
+ string gamePath = theInstance!.profileServerPath;
103
if (gamePath == string.Empty)
104
105
return;
0 commit comments