MapAdmin: no need to be alive

This commit is contained in:
neon 2019-07-29 15:05:18 +02:00
parent 36300e0520
commit 78852f3d99

View File

@ -94,7 +94,7 @@ public Action Command_AdminRoom(int client, int argc)
else
strcopy(sArgs, sizeof(sArgs), "@me");
if((iTargetCount = ProcessTargetString(sArgs, client, iTargets, MAXPLAYERS, COMMAND_FILTER_ALIVE, sTargetName, sizeof(sTargetName), bIsML)) <= 0)
if((iTargetCount = ProcessTargetString(sArgs, client, iTargets, MAXPLAYERS, 0, sTargetName, sizeof(sTargetName), bIsML)) <= 0)
{
ReplyToTargetError(client, iTargetCount);
return Plugin_Handled;