X-Git-Url: https://de.git.xonotic.org/?a=blobdiff_plain;f=host_cmd.c;h=91aefcb1c71c6933cf9408b838b203364d50231f;hb=d75e1bf156002b55459871d19724428f5ac465cb;hp=a6b67ca6306583fe8ac1b23fa0b3bc10e1ee4edf;hpb=a4059cbd6a3881a42f4320690089bdffbdebd719;p=xonotic%2Fdarkplaces.git diff --git a/host_cmd.c b/host_cmd.c index a6b67ca6..91aefcb1 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -96,7 +96,7 @@ void Host_Status_f (void) else hours = 0; print ("#%-2u %-16.16s %3i %2i:%02i:%02i\n", j+1, client->name, (int)client->edict->v->frags, hours, minutes, seconds); - print (" %s\n", client->netconnection->address); + print (" %s\n", client->netconnection ? client->netconnection->address : "botclient"); } }