mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 18:52:22 +00:00
[Command] #gearup Table Auto-Install (#1402)
* Update syntax for new httplib and run on own thread * Only log if path is set in request * Auto install tool table if does not exist locally * Add lore and has item checks to reduce verbosity and errors * Formatting * Remove test code from test command
This commit is contained in:
@@ -469,7 +469,7 @@ namespace WorldserverCommandHandler {
|
||||
"destination_character_name",
|
||||
"destination_account_name"
|
||||
};
|
||||
std::vector<std::string> options = { };
|
||||
std::vector<std::string> options = {};
|
||||
|
||||
if (cmd[{"-h", "--help"}]) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user