]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
explain line breaks in MOTD as suggested by Calinou
authorMartin Taibr <taibr.martin@gmail.com>
Fri, 20 Sep 2019 17:24:31 +0000 (19:24 +0200)
committerMartin Taibr <taibr.martin@gmail.com>
Fri, 20 Sep 2019 17:24:31 +0000 (19:24 +0200)
server/server.cfg

index c46f79aebb091ecda8648c5e97669a647c1d8271..faa62d83be53bf2cade04118d495626aba6cf763 100644 (file)
@@ -20,7 +20,7 @@
 //hostname "Xonotic $g_xonoticversion Server"  // this name will appear on the server list (the $g_xonoticversion gets replaced with the current version)
 
 // This is a good place for contact info (IRC, forum nick, etc.) so players can reach you when something is wrong with your server.
-// Keep it as short as possible.
+// Add line breaks using \n - e.g. "Line 1\nLine 2". Keep it as short as possible.
 //sv_motd ""
 
 // This sets the remote console password on the server, you also need to set the cvar to the same value on your client to use the 'rcon' command.