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
1 changed files with 1 additions and 0 deletions

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