mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +00:00
Closes #2978
This commit is contained in:
@@ -244,11 +244,6 @@ public sealed class ArchiHandler : ClientMsgHandler {
|
||||
ClientMsgProtobuf<CMsgClientUserNotifications> userNotifications = new(packetMsg);
|
||||
Client.PostCallback(new UserNotificationsCallback(packetMsg.TargetJobID, userNotifications.Body));
|
||||
|
||||
break;
|
||||
case EMsg.ClientWalletInfoUpdate:
|
||||
ClientMsgProtobuf<CMsgClientWalletInfoUpdate> walletInfoUpdate = new(packetMsg);
|
||||
Client.PostCallback(new WalletInfoUpdateCallback(packetMsg.TargetJobID, walletInfoUpdate.Body));
|
||||
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user