This commit is contained in:
jenzur 2019-09-05 23:16:38 +02:00
parent 23a02ceee7
commit 6e4e45234b

View File

@ -781,7 +781,7 @@ public int MenuHandler1(Menu menu, MenuAction action, int param1, int param2)
public Action Cmd_timeReset(int client, int args)
{
if (!IsValidClient(client))
return Plugin_Handled;
return Plugin_Handled;
if (args != 2)
{
ReplyToCommand(client, "[SM] Usage cleantime <target> <course>");