mirror of
https://github.com/YGGverse/hlsdk-portable.git
synced 2025-01-23 21:24:27 +00:00
Fix AK-47 shells.
This commit is contained in:
parent
5e49827de9
commit
94bc154720
@ -1331,7 +1331,7 @@ void EV_FireAK47( event_args_t *args )
|
||||
|
||||
AngleVectors( angles, forward, right, up );
|
||||
|
||||
shell = gEngfuncs.pEventAPI->EV_FindModelIndex( "models/shell.mdl" );// brass shell
|
||||
shell = gEngfuncs.pEventAPI->EV_FindModelIndex( "models/ak47_shell.mdl" );// brass shell
|
||||
|
||||
if( EV_IsLocal( idx ) )
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user