mirror of https://github.com/AxioDL/metaforce.git
Add missing brace (where the heck did it go?)
This commit is contained in:
parent
a9dee6e268
commit
02d4292179
|
@ -141,6 +141,7 @@ void Console::executeString(const std::string& str) {
|
|||
} else {
|
||||
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