This commit is contained in:
neon
2019-10-03 14:17:43 +02:00
parent 492703fb5c
commit 7083749fcf
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -146,7 +146,7 @@ public Action Command_Hide(int client, int args)
return Plugin_Handled;
}
g_iHideDistance[client] = iDistance;
g_iHideDistance[client] = iDistance^2;
ReplyToCommand(client, "[Hide] Humans within range %d are now hidden.", g_iHideDistance[client]);
return Plugin_Handled;
}