From 24277424d2eb87e8575f4ca17e1bc9d11dd59f39 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Mon, 29 Aug 2022 16:08:23 +0300 Subject: [PATCH] Fix typo --- src/world_map.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/world_map.cc b/src/world_map.cc index ef7386c..8dc268a 100644 --- a/src/world_map.cc +++ b/src/world_map.cc @@ -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) { return -1; }