mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-14 23:07:48 -04:00
Updated method as userData is actually a 32 bit integer
This commit is contained in:
@@ -120,7 +120,7 @@ void SessionApiClient::OnSessionValidate(const apiTrackingNumber trackingNumber,
|
||||
else
|
||||
{
|
||||
// attempt to validate a CS Tool associated with this request.
|
||||
CSToolConnection::validateCSTool( ( uint64 )userData, result, session );
|
||||
CSToolConnection::validateCSTool( ( uint32 ) userData, result, session );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user