Rename EUpdateChannel.Unknown -> None

Makes more sense
This commit is contained in:
JustArchi
2016-10-09 22:57:00 +02:00
parent 939391a275
commit e7cda0f472
3 changed files with 3 additions and 3 deletions

View File

@@ -69,7 +69,7 @@ namespace ArchiSteamFarm {
}
}
if (Program.GlobalConfig.UpdateChannel == GlobalConfig.EUpdateChannel.Unknown) {
if (Program.GlobalConfig.UpdateChannel == GlobalConfig.EUpdateChannel.None) {
return;
}