]> git.xonotic.org Git - xonotic/xonotic.git/commitdiff
Added a warning line to server.cfg after testing drjaska/servername 79/head
authordrjaska <drjaska83@gmail.com>
Sat, 13 Mar 2021 07:45:58 +0000 (09:45 +0200)
committerdrjaska <drjaska83@gmail.com>
Sat, 13 Mar 2021 07:45:58 +0000 (09:45 +0200)
Server will fail to show up on the list, will not start on a proper IP
and is unconnectable to with "connect localhost:properportnumberhere".

server/server.cfg

index 3255572361ce116d3979a000f73e12a26aedea2d..430c4256887e869491240ffceba47f6320062d96 100644 (file)
@@ -15,6 +15,7 @@
 
 /////////////////////////////////////////////////////////////////////
 // Things you SHOULD change to make the server "yours" (remove the // and change the value):
+// DO NOT keep $_cl_name playername wildcard in your hostname if you do not have a set playername. Your server will fail to start without a proper error.
 
 //sv_public 1  // 0 or -1 (see description) if the server should not be on the public servers list
 //hostname "$_cl_name's Xonotic $g_xonoticversion Server"      // this name will appear on the server list (the $g_xonoticversion gets replaced with the current version)