Skip to content

Commit 47d0081

Browse files
committed
Fixed Custom Maps not loading.
1 parent 74f5b18 commit 47d0081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BHD-ServerManager/Forms/Panels/tabMaps.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ public void methodFunction_loadSourceMaps()
9999
private void methodFunction_loadCustomMapps()
100100
{
101101
// Get Current serverGamePath
102-
string gamePath = ServerSettings.Get("serverGamePath", string.Empty);
102+
string gamePath = theInstance!.profileServerPath;
103103
if (gamePath == string.Empty)
104104
{
105105
return;

0 commit comments

Comments
 (0)