Fix captures not being counted for certain names

This commit is contained in:
furo 2024-09-15 00:51:39 +02:00
parent 0369946156
commit 6bf4a016ba

View file

@ -102,7 +102,7 @@ void CStatboard::OnMessage(int MsgType, void *pRawMsg)
if(t <= p) if(t <= p)
return; return;
str_utf8_truncate(aName, sizeof(aName), p, t - p); str_truncate(aName, sizeof(aName), p, t - p);
for(int i = 0; i < MAX_CLIENTS; i++) for(int i = 0; i < MAX_CLIENTS; i++)
{ {