mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Fix shell ejecting.
This commit is contained in:
parent
948d812050
commit
2a66d0ac4f
@ -1022,7 +1022,7 @@ void EV_FireShotGunASingle( event_args_t *args )
|
|||||||
|
|
||||||
AngleVectors( angles, forward, right, up );
|
AngleVectors( angles, forward, right, up );
|
||||||
|
|
||||||
shell = gEngfuncs.pEventAPI->EV_FindModelIndex( "models/auto_shotgunshell.mdl" );// brass shell
|
shell = gEngfuncs.pEventAPI->EV_FindModelIndex( "models/autoshotgunshell.mdl" );// brass shell
|
||||||
|
|
||||||
if( EV_IsLocal( idx ) )
|
if( EV_IsLocal( idx ) )
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user