From 6e4e45234b098b1259930e3cfaba9a0e668b53a4 Mon Sep 17 00:00:00 2001 From: jenzur Date: Thu, 5 Sep 2019 23:16:38 +0200 Subject: [PATCH] yikes --- RaceTimer/scripting/unloze_racetimer_redux.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RaceTimer/scripting/unloze_racetimer_redux.sp b/RaceTimer/scripting/unloze_racetimer_redux.sp index 1c32b9be..edcedf9b 100644 --- a/RaceTimer/scripting/unloze_racetimer_redux.sp +++ b/RaceTimer/scripting/unloze_racetimer_redux.sp @@ -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 ");