Remove print

This commit is contained in:
fed 2022-05-21 12:29:55 +02:00
parent 2b05517591
commit 78dba5d081

View File

@ -49,7 +49,6 @@ namespace game
}
else
{
printf("%s\n", mp::svs_clients[client_num]->name);
SV_SendServerCommand(mp::svs_clients[client_num], type, "%s", text);
}
}