mirror of
https://github.com/alliedmodders/hl2sdk.git
synced 2025-12-06 18:18:23 +00:00
Fix CNetworkGameServerBase::ConnectClient param type (#336)
This commit is contained in:
parent
8450d3aeac
commit
716e5f58ca
@ -188,7 +188,7 @@ public:
|
||||
|
||||
virtual void StartHLTVMaster() = 0;
|
||||
|
||||
virtual CServerSideClientBase *ConnectClient( const char *pszName, ns_address *pAddr, void *pNetInfo, C2S_CONNECT_Message *pConnectMsg,
|
||||
virtual CServerSideClientBase *ConnectClient( const char *pszName, ns_address *pAddr, uint32 steam_handle, C2S_CONNECT_Message *pConnectMsg,
|
||||
const char *pszChallenge, const byte *pAuthTicket, int nAuthTicketLength, bool bIsLowViolence ) = 0;
|
||||
virtual CServerSideClientBase *CreateNewClient( CPlayerSlot slot ) = 0;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user