From df4116a55d435f0da48046693a8a9914afaa9e06 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Sun, 24 Apr 2022 21:13:46 +0900 Subject: [PATCH] [qw] Add a FIXE for rcon_password --- qw/source/sv_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qw/source/sv_main.c b/qw/source/sv_main.c index d5b504ba5..fbb111ab1 100644 --- a/qw/source/sv_main.c +++ b/qw/source/sv_main.c @@ -242,7 +242,7 @@ static cvar_t rcon_password_cvar = { "Set the password for rcon 'root' commands", .default_value = "", .flags = CVAR_NONE, - .value = { .type = 0, .value = &rcon_password }, + .value = { .type=0/*FIXME want secret strings*/, .value = &rcon_password }, }; char *admin_password; static cvar_t admin_password_cvar = {