projects
/
xonotic
/
darkplaces.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0129de
)
use 3 spaces before IP address in status output, not 2, must be proquake
author
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 4 Apr 2010 23:20:56 +0000
(23:20 +0000)
committer
havoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sun, 4 Apr 2010 23:20:56 +0000
(23:20 +0000)
compatible
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@10067
d7cf8633
-e32d-0410-b094-
e92efae38249
host_cmd.c
patch
|
blob
|
history
diff --git
a/host_cmd.c
b/host_cmd.c
index ab073c684bc4af6881f186769ec9b5aed2d030f7..957ab8626a0e3fc82086113970d57456f881ad2a 100644
(file)
--- 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
{