forked from UNLOZE/sm-plugins
Merge remote-tracking branch 'old/master'
This commit is contained in:
@@ -91,7 +91,7 @@ public MRESReturn AcceptInput(int pThis, Handle hReturn, Handle hParams)
|
||||
char szInputName[128];
|
||||
DHookGetParamString(hParams, 1, szInputName, sizeof(szInputName));
|
||||
|
||||
if(!StrEqual(szInputName, "Command", true))
|
||||
if(!StrEqual(szInputName, "Command", false))
|
||||
return MRES_Ignored;
|
||||
|
||||
int client = 0;
|
||||
|
||||
Reference in New Issue
Block a user