2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-03 15: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

@ -142,6 +142,7 @@ void Console::executeString(const std::string& str) {
report(Level::Error, fmt("'{}' is not a valid command or variable!"), commandName); report(Level::Error, fmt("'{}' is not a valid command or variable!"), commandName);
} }
} }
}
void Console::help(Console* /*con*/, const std::vector<std::string>& args) { void Console::help(Console* /*con*/, const std::vector<std::string>& args) {
if (args.empty()) { if (args.empty()) {