mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-17 22:51:30 +00:00
Adjust order of operations
This commit is contained in:
parent
80d8736276
commit
995fb6914e
@ -182,12 +182,13 @@ namespace EQEmuCommand {
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::cout << std::endl;
|
std::cout << std::endl;
|
||||||
}
|
|
||||||
else if (!ran_command) {
|
std::exit(1);
|
||||||
std::cerr << "Unknown command [" << argv[1] << "] ! Try --help" << std::endl;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
exit(1);
|
if (ran_command) {
|
||||||
|
std::exit(1);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -201,7 +201,7 @@ namespace DatabaseSchema {
|
|||||||
static std::vector<std::string> GetServerTables()
|
static std::vector<std::string> GetServerTables()
|
||||||
{
|
{
|
||||||
std::vector<std::string> tables = {
|
std::vector<std::string> tables = {
|
||||||
"Banned_IPs",
|
"banned_ips",
|
||||||
"bugs",
|
"bugs",
|
||||||
"bug_reports",
|
"bug_reports",
|
||||||
"command_settings",
|
"command_settings",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user