mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 18:01:15 +00:00
[qw] Add a FIXE for rcon_password
This commit is contained in:
parent
bafe54b010
commit
df4116a55d
1 changed files with 1 additions and 1 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue