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~574 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=b75e6d7d4aa8ca7a5511883c0c6d908c73ea16eb;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 ::stable-branch::merge=39bfcfff4347f25d44f61a9520d6733abef54262 --- 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 {