Fixed trigger_fall not doing anything when landing in water

This commit is contained in:
Blixibon
2021-10-09 15:04:10 -05:00
parent 7702ce96d4
commit 495d534307
5 changed files with 10 additions and 4 deletions

View File

@@ -8676,6 +8676,7 @@ void SendProxy_ShiftPlayerSpawnflags( const SendProp *pProp, const void *pStruct
SendPropInt ( SENDINFO( m_spawnflags ), 3, SPROP_UNSIGNED, SendProxy_ShiftPlayerSpawnflags ),
SendPropBool ( SENDINFO( m_bDrawPlayerModelExternally ) ),
SendPropBool ( SENDINFO( m_bInTriggerFall ) ),
#endif
END_SEND_TABLE()