[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:
Chris Miles
2021-06-16 09:31:56 -05:00
committed by GitHub
parent 19b14ea2d4
commit f2ffca1a06
2 changed files with 86 additions and 19 deletions
+1 -1
View File
@@ -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;