mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-05 23:15:52 +00:00
Minor string fix
This commit is contained in:
parent
bc15ab2157
commit
a9dee6e268
@ -139,8 +139,7 @@ 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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user