Skip to content

Commit

Permalink
Oops, I did need that check.
Browse files Browse the repository at this point in the history
  • Loading branch information
The-Briel-Deal committed May 13, 2024
1 parent ba26b35 commit d6b5acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ConfigManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1984,7 +1984,7 @@ std::optional<std::string> CConfigManager::handleBind(const std::string& command
return "Invalid mod, requested mod \"" + MODSTR + "\" is not a valid mod.";
}

if (KEY != "") {
if (KEY != "" || multiKey) {
SParsedKey parsedKey = parseKey(KEY);

if (parsedKey.catchAll && m_szCurrentSubmap == "") {
Expand Down

0 comments on commit d6b5acd

Please sign in to comment.