mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 13:04:56 +00:00
Add missing brace (where the heck did it go?)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user