```c char msg[128]; V_snprintf(msg, sizeof(msg), "\"%s<%d><%s><%s>\" triggered \"chargeready\"\n", pInfo->GetName(), pInfo->GetUserID(), pInfo->GetNetworkIDString(), szTeam); engine->LogPrint(msg); ``` pInfo->GetName() does not do any sanitization 😬
pInfo->GetName() does not do any sanitization 😬