SWG-Source / src

Other
34 stars 46 forks source link

Update all calling methods of SessionApiClient::OnSessionValidate() #25

Open Cekis opened 2 years ago

Cekis commented 2 years ago

This likely needs updating a bit deeper. It's being cast as a uint64 because the calling method has userData as a void * type. Because of 64 bits, a void * becomes a 64 bit value. The calling method needs to be updated to not accept a void if at all possible and all callers of the calling method should also be updated. Great catch!

_Originally posted by @Cekis in https://github.com/SWG-Source/src/pull/23#discussion_r793167674_