mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-05 08:30:18 +00:00
Turns out to be mono bug, hooray!
This commit is contained in:
@@ -1963,8 +1963,6 @@ namespace ArchiSteamFarm {
|
||||
return;
|
||||
}
|
||||
|
||||
Logging.LogGenericDebug("Received notifications: " + string.Join(", ", callback.Notifications), BotName);
|
||||
|
||||
foreach (ArchiHandler.NotificationsCallback.ENotification notification in callback.Notifications) {
|
||||
switch (notification) {
|
||||
case ArchiHandler.NotificationsCallback.ENotification.Items:
|
||||
|
||||
Reference in New Issue
Block a user