Skip to content

Commit

Permalink
Fix c_entfirepawn entity count
Browse files Browse the repository at this point in the history
  • Loading branch information
Vauff authored and xen-000 committed Oct 28, 2023
1 parent cde35fa commit 14f06b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adminsystem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -740,6 +740,7 @@ CON_COMMAND_CHAT_FLAGS(entfirepawn, "fire outputs at player pawns", ADMFLAG_RCON
continue;

pTarget->GetPawn()->AcceptInput(args[2], player, player, &value);
iFoundEnts++;
}

ClientPrint(player, HUD_PRINTTALK, CHAT_PREFIX "Input successful on %i player pawns.", iFoundEnts);
Expand Down

0 comments on commit 14f06b3

Please sign in to comment.