mirror of https://github.com/AxioDL/metaforce.git
Minor string fix
This commit is contained in:
parent
bc15ab2157
commit
a9dee6e268
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue