mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Add missing LicenseID inheritance from current
This commit is contained in:
@@ -121,6 +121,10 @@ public sealed class ASFController : ArchiController {
|
||||
request.GlobalConfig.IPCPassword = ASF.GlobalConfig.IPCPassword;
|
||||
}
|
||||
|
||||
if (!request.GlobalConfig.IsLicenseIDSet && ASF.GlobalConfig.IsLicenseIDSet) {
|
||||
request.GlobalConfig.LicenseID = ASF.GlobalConfig.LicenseID;
|
||||
}
|
||||
|
||||
if (!request.GlobalConfig.IsWebProxyPasswordSet && ASF.GlobalConfig.IsWebProxyPasswordSet) {
|
||||
request.GlobalConfig.WebProxyPassword = ASF.GlobalConfig.WebProxyPassword;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user