Minor string fix

This commit is contained in:
Phillip Stephens 2019-10-24 22:43:45 -07:00
parent bc15ab2157
commit a9dee6e268
1 changed files with 1 additions and 2 deletions

View File

@ -139,9 +139,8 @@ void Console::executeString(const std::string& str) {
else
m_cvarMgr->getCVar(this, args);
} else {
report(Level::Error, fmt("Command '{}' is not valid!"), commandName);
report(Level::Error, fmt("'{}' is not a valid command or variable!"), commandName);
}
}
}
void Console::help(Console* /*con*/, const std::vector<std::string>& args) {