Added client id to MultiTargetFilter forward.

This commit is contained in:
BotoX
2019-09-10 11:22:05 +02:00
committed by BotoX
parent d93f6984cc
commit b68e032cc2
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -141,6 +141,7 @@ public: //ICommandTargetProcessor
smtf->fun->PushString(info->pattern);
smtf->fun->PushCell(ahc.getClone());
smtf->fun->PushCell(info->admin);
cell_t result = 0;
if (smtf->fun->Execute(&result) != SP_ERROR_NONE || !result)
return false;