Skip to content

Commit

Permalink
Removed changed flags field as it has no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
hauntii committed Jul 7, 2023
1 parent 3a587ed commit 912516b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grpc/send_friends_notification.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ func SendFriendsNotification(caller uint32, target uint32, ringing bool) {

presence := friends_wiiu_types.NewNintendoPresenceV2()

presence.ChangedFlags = 0x1FF
presence.Online = true
presence.GameKey = friends_wiiu_types.NewGameKey()
presence.GameServerID = 0x1005A000
Expand Down

0 comments on commit 912516b

Please sign in to comment.