forked from UNLOZE/sm-plugins
Lots of small fixes/improvements
This commit is contained in:
@@ -233,10 +233,8 @@ public MRESReturn AcceptInput(int pThis, Handle hReturn, Handle hParams)
|
||||
{
|
||||
// Should not happen?
|
||||
if(DHookIsNullParam(hParams, 2))
|
||||
{
|
||||
LogError("AcceptInput pActivator = NULL");
|
||||
return MRES_Ignored;
|
||||
}
|
||||
|
||||
int client = DHookGetParam(hParams, 2);
|
||||
|
||||
char szInputName[32];
|
||||
|
||||
Reference in New Issue
Block a user