Don't remove this return
This commit is contained in:
parent
a93886fb65
commit
c1dca680f2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user