MapAdmin: no need to be alive
This commit is contained in:
parent
36300e0520
commit
78852f3d99
@ -94,7 +94,7 @@ public Action Command_AdminRoom(int client, int argc)
|
|||||||
else
|
else
|
||||||
strcopy(sArgs, sizeof(sArgs), "@me");
|
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);
|
ReplyToTargetError(client, iTargetCount);
|
||||||
return Plugin_Handled;
|
return Plugin_Handled;
|
||||||
|
Loading…
Reference in New Issue
Block a user