mirror of
https://github.com/ValveSoftware/source-sdk-2013.git
synced 2026-08-03 20:24:36 +02:00
Network the off hand weapon
This commit is contained in:
@@ -3790,6 +3790,7 @@ IMPLEMENT_CLIENTCLASS_DT( C_TFPlayer, DT_TFPlayer, CTFPlayer )
|
||||
RecvPropInt( RECVINFO( m_iPlayerSkinOverride ) ),
|
||||
RecvPropBool( RECVINFO( m_bViewingCYOAPDA ) ),
|
||||
RecvPropBool( RECVINFO( m_bRegenerating ) ),
|
||||
RecvPropEHandle( RECVINFO( m_hOffHandWeapon ) ),
|
||||
END_RECV_TABLE()
|
||||
|
||||
|
||||
|
||||
@@ -844,6 +844,7 @@ IMPLEMENT_SERVERCLASS_ST( CTFPlayer, DT_TFPlayer )
|
||||
SendPropInt( SENDINFO( m_iPlayerSkinOverride ) ),
|
||||
SendPropBool( SENDINFO( m_bViewingCYOAPDA ) ),
|
||||
SendPropBool( SENDINFO( m_bRegenerating ) ),
|
||||
SendPropEHandle( SENDINFO( m_hOffHandWeapon ) ),
|
||||
END_SEND_TABLE()
|
||||
|
||||
// -------------------------------------------------------------------------------- //
|
||||
|
||||
Reference in New Issue
Block a user