2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-03 05:15:53 +00:00

Minor string fix

This commit is contained in:
Phillip Stephens 2019-10-24 22:43:45 -07:00
parent bc15ab2157
commit a9dee6e268

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) {