derp
This commit is contained in:
parent
7083749fcf
commit
c28dc49d69
@ -146,8 +146,8 @@ public Action Command_Hide(int client, int args)
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
g_iHideDistance[client] = iDistance^2;
|
||||
ReplyToCommand(client, "[Hide] Humans within range %d are now hidden.", g_iHideDistance[client]);
|
||||
ReplyToCommand(client, "[Hide] Humans within range %d are now hidden.", iDistance);
|
||||
g_iHideDistance[client] = iDistance * iDistance;
|
||||
return Plugin_Handled;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user