Skip to content
This repository was archived by the owner on Apr 15, 2026. It is now read-only.

Commit 96cc592

Browse files
author
Dankrushen
committed
Use the full path for the AppData path
1 parent f3a3976 commit 96cc592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

MultiAdmin/Server.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ public void StartServer(bool restartOnCrash = true)
347347
scpslArgs.Add($"-configpath \"{configLocation}\"");
348348
}
349349

350-
string appDataPath = ServerConfig.AppDataLocation.Value;
350+
string appDataPath = Utils.GetFullPathSafe(ServerConfig.AppDataLocation.Value);
351351
if (!string.IsNullOrEmpty(appDataPath))
352352
{
353353
scpslArgs.Add($"-appdatapath \"{appDataPath}\"");

0 commit comments

Comments
 (0)