From c1dca680f2a30fb73afb551de86f97a1680d6ccc Mon Sep 17 00:00:00 2001 From: Arkshine Date: Thu, 18 Sep 2014 19:35:29 +0200 Subject: [PATCH] Don't remove this return --- plugins/pluginmenu.sma | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/pluginmenu.sma b/plugins/pluginmenu.sma index d85319aa..b35dfdd2 100644 --- a/plugins/pluginmenu.sma +++ b/plugins/pluginmenu.sma @@ -493,7 +493,8 @@ public CvarMenuSelection(id, menu, item) if (CurrentCvar[id]==0) // This should never happen, but just incase.. { - client_print(id,print_chat,"[AMXX] There was an error extracting the cvar pointer. (Name=^"%s^")",CvarName); + client_print(id,print_chat,"[AMXX] There was an error extracting the cvar pointer. (Name=^"%s^")",CvarName); + return PLUGIN_HANDLED; } // TODO: ML this