From b7392b65c48065f8536457abdd2822676e0e5a78 Mon Sep 17 00:00:00 2001 From: Martin Taibr Date: Sun, 11 Feb 2018 03:49:14 +0100 Subject: [PATCH] rephrase --- server/server.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/server/server.cfg b/server/server.cfg index 1d26ee66..0610fc0d 100644 --- a/server/server.cfg +++ b/server/server.cfg @@ -4,7 +4,7 @@ // Just "" means empty string. // Semicolon separates commands (in console or in aliases). -// Search for settings and descriptions using the `search` command in console +// Search for settings and descriptions using the 'search' command in console // or online: http://www.xonotic.org/tools/cacs/ @@ -22,12 +22,13 @@ ///////////////////////////////////////////////////////////////////// // Everything below has some sensible defaults so you don't really need to change anything. +// It's meant as examples for people who want to customize the server more, 'search' (or 'apropos') in console will also help you. //maxplayers 8 // number of player slots on the server (including spectators) //net_address 0.0.0.0 // ONLY change this if you have problems with your server. Specifies the network interface used by the engine. Set it you one of you internal IPs -//rcon_password "" // you can use rcon if this password is set. you need to set the same password in your client if you want to issue rcon commands +//rcon_password "" // 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. //rcon_restricted_password "" // put here the password for a "restricted" rcon user (see below) //port 26000 // the port used by the server -- 2.39.2