mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-15 08:00:40 +00:00
Closes #445
Review https://github.com/JustArchi/ArchiSteamFarm/wiki/Logging for examples once I'm done updating the wiki
This commit is contained in:
@@ -39,7 +39,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
public Task UpdateServerListAsync(IEnumerable<IPEndPoint> endPoints) {
|
||||
if (endPoints == null) {
|
||||
Program.ArchiLogger.LogNullError(nameof(endPoints));
|
||||
ASF.ArchiLogger.LogNullError(nameof(endPoints));
|
||||
return Task.Delay(0);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user