mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-13 08:38:19 -05:00
migrated to ASP.Net Core
This commit is contained in:
@ -13,7 +13,7 @@ namespace SharedLibrary
|
||||
|
||||
public override string Filename()
|
||||
{
|
||||
return $"config/servers/{IP}_{Port}.cfg";
|
||||
return $"{Utilities.OperatingDirectory}config/servers/{IP}_{Port}.cfg";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user