Don't remove this return

This commit is contained in:
Arkshine 2014-09-18 19:35:29 +02:00
parent a93886fb65
commit c1dca680f2

View File

@ -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