From 940075455d4ff4aa62147756e801acd731fa42f7 Mon Sep 17 00:00:00 2001 From: Christian Date: Sat, 13 Feb 2021 00:32:41 +0100 Subject: [PATCH] feat(rust): add server tags in the default config (#116) --- Rust/server.cfg | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Rust/server.cfg b/Rust/server.cfg index 9a50c46..a5734c0 100644 --- a/Rust/server.cfg +++ b/Rust/server.cfg @@ -21,6 +21,12 @@ server.url "https://linuxgsm.com/" # Optional Settings You Can Change # #################################### +# Tags are additional bits of information that describe Rust servers. +# Up to three of them will be displayed on the Rust server browser and filtering will be supported one day. +# Supported Tags can be found here: +# https://wiki.facepunch.com/rust/server-browser-tags +#server.tags + # A value of false makes text chat location based only (players need to be close to each other). # Values: true, false #server.globalchat true