core: Call SetGlobalTarget in PrintToConsole (#1448)

Issue #1443
This commit is contained in:
Vladimir
2021-03-20 22:24:06 -07:00
committed by GitHub
parent 65043baf5d
commit e552466886
+2
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;