This commit is contained in:
Alexander Batalov 2022-08-29 16:08:23 +03:00
parent c593eceaaf
commit 24277424d2
1 changed files with 1 additions and 1 deletions

View File

@ -2952,7 +2952,7 @@ int _wmMapInit()
} }
} }
if (configGetString(&config, section, "pipbody_active", &str)) { if (configGetString(&config, section, "pipboy_active", &str)) {
if (strParseStrFromList(&str, &num, _wmYesNoStrs, 2) == -1) { if (strParseStrFromList(&str, &num, _wmYesNoStrs, 2) == -1) {
return -1; return -1;
} }