Turns out to be mono bug, hooray!

This commit is contained in:
JustArchi
2016-06-10 01:27:07 +02:00
parent 1a6c5a3cff
commit 027e301420

View File

@@ -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: