From: havoc Date: Sun, 4 Apr 2010 23:20:56 +0000 (+0000) Subject: use 3 spaces before IP address in status output, not 2, must be proquake X-Git-Tag: xonotic-v0.1.0preview~230^2~402 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=39bfcfff4347f25d44f61a9520d6733abef54262;p=xonotic%2Fdarkplaces.git use 3 spaces before IP address in status output, not 2, must be proquake compatible git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10067 d7cf8633-e32d-0410-b094-e92efae38249 --- diff --git a/host_cmd.c b/host_cmd.c index ab073c68..957ab862 100644 --- a/host_cmd.c +++ b/host_cmd.c @@ -175,7 +175,7 @@ void Host_Status_f (void) if (in == 0) // default layout { print ("#%-3u %-16.16s %3i %2i:%02i:%02i\n", i+1, client->name, frags, hours, minutes, seconds); - print (" %s\n", ip); + print (" %s\n", ip); } else if (in == 1) // extended layout {