mirror of https://github.com/AxioDL/metaforce.git
Minor string fix
This commit is contained in:
parent
bc15ab2157
commit
a9dee6e268
|
@ -139,8 +139,7 @@ void Console::executeString(const std::string& str) {
|
||||||
else
|
else
|
||||||
m_cvarMgr->getCVar(this, args);
|
m_cvarMgr->getCVar(this, args);
|
||||||
} else {
|
} else {
|
||||||
report(Level::Error, fmt("Command '{}' is not valid!"), commandName);
|
report(Level::Error, fmt("'{}' is not a valid command or variable!"), commandName);
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue