Update soh/soh/Enhancements/debugconsole.cpp

This commit is contained in:
Archez 2024-04-20 11:14:49 -04:00 committed by GitHub
parent 378897bfc0
commit 3ac006e769
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -1587,7 +1587,7 @@ void DebugConsole_Init(void) {
CMD_REGISTER("sfx", {SfxHandler, "Change SFX.", {
{"reset|randomize", LUS::ArgumentType::TEXT},
{"group name", LUS::ArgumentType::TEXT, true},
{"group_name", LUS::ArgumentType::TEXT, true},
}});
CVarSave();