mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-02-06 04:53:39 +00:00
Use ASF instead of Main for global logging routines, closes #280
This commit is contained in:
@@ -60,7 +60,6 @@ namespace ConfigGenerator {
|
||||
string botName = Path.GetFileNameWithoutExtension(configFile);
|
||||
switch (botName) {
|
||||
case Program.ASF:
|
||||
case "Main":
|
||||
case "example":
|
||||
case "minimal":
|
||||
continue;
|
||||
@@ -163,7 +162,6 @@ namespace ConfigGenerator {
|
||||
|
||||
switch (input) {
|
||||
case Program.ASF:
|
||||
case "Main":
|
||||
case "example":
|
||||
case "minimal":
|
||||
Logging.LogGenericErrorWithoutStacktrace("This name is reserved!");
|
||||
|
||||
Reference in New Issue
Block a user