From e3be35cb3204e4cb4058696b97423830a5bda34a Mon Sep 17 00:00:00 2001
From: Frisasky <digimoncn@gmail.com>
Date: Sun, 21 Jul 2019 10:53:22 +0800
Subject: [PATCH] Add rcon password and banlist cvar for brainbread

---
 BrainBread/server.cfg | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/BrainBread/server.cfg b/BrainBread/server.cfg
index 1484e1f..59c94da 100644
--- a/BrainBread/server.cfg
+++ b/BrainBread/server.cfg
@@ -20,6 +20,9 @@ pausable 0
 // default server name.
 hostname "SERVERNAME"
 
+// RCON - remote console password.
+rcon_password "ADMINPASSWORD"
+
 // maximum client movement speed (1000 for BB)
 sv_maxspeed 1000
 
@@ -64,4 +67,8 @@ sv_zombiecount 65
 
 // Gameover conditions (0 = unlimited)
 mp_teamscorelimit 0
-mp_fraglimit 0
\ No newline at end of file
+mp_fraglimit 0
+
+// load ban files
+exec listip.cfg
+exec banned.cfg