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