1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-06-25 00:37:24 +02:00

Added information on banks, seer hut and monster properties

This commit is contained in:
Ivan Savenko
2023-04-05 13:40:13 +03:00
parent ea8aeef8c0
commit de855085f0
4 changed files with 40 additions and 14 deletions

View File

@ -439,7 +439,8 @@ void ClientCommandManager::processCommand(const std::string &message, bool calle
}
else
{
printCommandMessage("Command not found :(", ELogLevel::ERROR);
if (!commandName.empty() && !vstd::iswithin(commandName[0], 0, ' ')) // filter-out debugger/IDE noise
printCommandMessage("Command not found :(", ELogLevel::ERROR);
}
}