Fix compilation

This commit is contained in:
Diavolo
2021-09-08 11:19:30 +02:00
parent 252c210156
commit 4966a64711
6 changed files with 7 additions and 7 deletions

View File

@ -606,7 +606,7 @@ namespace Game
{
if (client->state < 5)
{
Components::Network::SendCommand(client->addr, "error", reason);
Components::Network::SendCommand(client->netchan.remoteAddress, "error", reason);
}
SV_KickClient(client, reason.data());