Allow sending an empty password to drop settings_access

This commit is contained in:
Jonathan G Rennison
2020-09-29 18:21:06 +01:00
parent 38ebad6123
commit 2cad094725
3 changed files with 10 additions and 2 deletions

View File

@@ -730,6 +730,7 @@ DEF_CONSOLE_CMD(ConSettingsAccess)
{
if (argc == 0) {
IConsoleHelp("Enable changing game settings from this client. Usage: 'settings_access <password>'");
IConsoleHelp("Send an empty password \"\" to drop access");
return true;
}