This commit is contained in:
Archi
2023-10-30 22:17:16 +01:00
parent a1cf8291b4
commit 5a5a6e2074
3 changed files with 4 additions and 52 deletions

View File

@@ -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;
}
}