From 91e96d48ba65af3943464b2dd25db9bf3e6bd0c0 Mon Sep 17 00:00:00 2001 From: def Date: Sat, 14 May 2022 13:04:26 +0200 Subject: [PATCH] Don't reset rcon password on "Reset server" (fixes #5113) Since it clears out the randomly generated password --- data/autoexec_server.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/autoexec_server.cfg b/data/autoexec_server.cfg index bbfbcbea0..86c4f1b4c 100644 --- a/data/autoexec_server.cfg +++ b/data/autoexec_server.cfg @@ -24,7 +24,7 @@ password "" # rcon (F2) passwords for admin. If you don't set one, a random one will be # created and shown in the terminal window of the server. -sv_rcon_password "" +#sv_rcon_password "" # rcon (F2) password for moderator. If you don't set one, none exists. sv_rcon_mod_password ""