Remove print
This commit is contained in:
parent
2b05517591
commit
78dba5d081
@ -49,7 +49,6 @@ namespace game
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
printf("%s\n", mp::svs_clients[client_num]->name);
|
|
||||||
SV_SendServerCommand(mp::svs_clients[client_num], type, "%s", text);
|
SV_SendServerCommand(mp::svs_clients[client_num], type, "%s", text);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user