Merge remote-tracking branch 'old/master'

This commit is contained in:
BotoX
2019-07-24 20:57:00 +02:00
191 changed files with 29564 additions and 465 deletions
@@ -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;