Fixed config reload command translation, and made it support multiple file aliases to reload.

This commit is contained in:
Greyscale
2009-06-04 21:56:55 -07:00
parent e1e38fdf2d
commit edbbc688f3
3 changed files with 28 additions and 25 deletions

View File

@ -597,7 +597,6 @@ public Action:RestrictCommand(client, argc)
return Plugin_Handled;
}
// arg1 = weapon being restricted
decl String:target[WEAPONS_MAX_LENGTH];
new args = GetCmdArgs();