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:
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user