summaryrefslogtreecommitdiff
path: root/src/client/cl_main.c
diff options
context:
space:
mode:
authorChristopher Schwarz <lakitu7@gmail.com>2009-10-26 18:20:10 +0000
committerTim Angus <tim@ngus.net>2013-01-03 00:17:08 +0000
commit54161abc42b98c89604eeea5bf960eb48407f6b8 (patch)
tree31b30ee9b6dee9ef095203c2564b6e8c4f0ec419 /src/client/cl_main.c
parentab754441e855a563df4e5c56a3cfb2143209fd91 (diff)
* Request MOTD upon getting server list, instead of just when connecting to a server, so that someone might actually see it sometime :)
Diffstat (limited to 'src/client/cl_main.c')
-rw-r--r--src/client/cl_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/cl_main.c b/src/client/cl_main.c
index 7efff61a..4c8ded12 100644
--- a/src/client/cl_main.c
+++ b/src/client/cl_main.c
@@ -3960,6 +3960,7 @@ void CL_GlobalServers_f( void ) {
}
NET_OutOfBandPrint( NS_SERVER, to, "%s", command );
+ CL_RequestMotd();
}