core: Call SetGlobalTarget in PrintToConsole (#1448)

Issue #1443
This commit is contained in:
Vladimir 2021-03-21 08:24:06 +03:00 committed by GitHub
parent 65043baf5d
commit e552466886
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,6 +127,8 @@ static cell_t sm_PrintToConsole(IPluginContext *pCtx, const cell_t *params)
} }
} }
g_pSM->SetGlobalTarget(index);
char buffer[1024]; char buffer[1024];
char *fmt; char *fmt;
int arg = 3; int arg = 3;