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

Add missing brace (where the heck did it go?)

This commit is contained in:
Phillip Stephens 2019-10-24 22:49:41 -07:00
parent a9dee6e268
commit 02d4292179

View File

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