Fix shell ejecting.

This commit is contained in:
Andrey Akhmichin 2022-11-19 14:10:09 +05:00
parent 948d812050
commit 2a66d0ac4f
No known key found for this signature in database
GPG Key ID: 1F180D249B0643C0
1 changed files with 1 additions and 1 deletions

View File

@ -1022,7 +1022,7 @@ void EV_FireShotGunASingle( event_args_t *args )
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 ) )
{