mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
Code Cleanup
This commit is contained in:
parent
097acdd2a9
commit
fb115e9c5b
2 changed files with 4 additions and 2 deletions
|
|
@ -589,7 +589,8 @@ namespace ServerManagerTool
|
|||
}
|
||||
|
||||
// <data folder>\SteamCMD\steamapps\workshop\content\<app id>
|
||||
var workshopPath = string.Format(Config.Default.AppSteamWorkshopFolderRelativePath, this.Settings.UseTestlive ? Config.Default.AppId_Testlive : Config.Default.AppId);
|
||||
var appId = this.Settings.UseTestlive ? Config.Default.AppId_Testlive : Config.Default.AppId;
|
||||
var workshopPath = string.Format(Config.Default.AppSteamWorkshopFolderRelativePath, appId);
|
||||
folder = Path.Combine(Config.Default.DataPath, CommonConfig.Default.SteamCmdRelativePath, workshopPath);
|
||||
if (Directory.Exists(folder))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue