From: Martin Taibr Date: Fri, 20 Sep 2019 17:24:31 +0000 (+0200) Subject: explain line breaks in MOTD as suggested by Calinou X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=73b7bef329e76ea57e01f2458b35a0a8a64d41b9;p=xonotic%2Fxonotic.git explain line breaks in MOTD as suggested by Calinou --- diff --git a/server/server.cfg b/server/server.cfg index c46f79ae..faa62d83 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -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.