diff --git a/dlls/enttools.cpp b/dlls/enttools.cpp index c6b0ea50..c304d74b 100644 --- a/dlls/enttools.cpp +++ b/dlls/enttools.cpp @@ -532,7 +532,7 @@ void Ent_Fire_f( edict_t *player ) } if( !Ent_CheckFire( player, ent, CMD_ARGV( 2 ) ) ) - return; + continue; Ent_ClientPrintf( player, "entity %i\n", i );