mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -125,8 +125,8 @@ namespace ArchiSteamFarm {
|
||||
|
||||
bool reconfig = false;
|
||||
|
||||
foreach (LoggingRule rule in ConsoleLoggingRules) {
|
||||
if (LogManager.Configuration.LoggingRules.Remove(rule)) {
|
||||
foreach (LoggingRule consoleLoggingRule in ConsoleLoggingRules) {
|
||||
if (LogManager.Configuration.LoggingRules.Remove(consoleLoggingRule)) {
|
||||
reconfig = true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user