forked from UNLOZE/sm-plugins
tiny fixes
mce: add message for awarness of the random position on votes selectivebhop: fix client/target confusion
This commit is contained in:
@@ -344,7 +344,7 @@ public Action Command_Status(int client, int argc)
|
||||
if((target = FindTarget(client, sArgument, true, false)) == -1)
|
||||
return Plugin_Handled;
|
||||
|
||||
bool bLimited = view_as<bool>(g_ClientLimited[client] & (LIMITED_GENERAL | LIMITED_PLUGIN));
|
||||
bool bLimited = view_as<bool>(g_ClientLimited[target] & (LIMITED_GENERAL | LIMITED_PLUGIN));
|
||||
|
||||
if(bLimited)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user