diff options
author | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-06 17:50:58 +0200 |
---|---|---|
committer | Thorbjørn Lindeijer <bjorn@lindeijer.nl> | 2024-06-06 17:50:58 +0200 |
commit | 33fb378b7605d34e73d9187cfb36aa8535b96cd0 (patch) | |
tree | 590aec101ad8aa055b90ddfb6bdc3b08a6715dc5 /src/admin/ladmin.cpp | |
parent | ecef2b6bf1e49a62acf4b9baf9a927835fa03e91 (diff) | |
download | tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.gz tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.bz2 tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.tar.xz tmwa-33fb378b7605d34e73d9187cfb36aa8535b96cd0.zip |
Generate code out of treegenerate-code-out-of-tree
Diffstat (limited to 'src/admin/ladmin.cpp')
-rw-r--r-- | src/admin/ladmin.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/admin/ladmin.cpp b/src/admin/ladmin.cpp index 240582b..710017b 100644 --- a/src/admin/ladmin.cpp +++ b/src/admin/ladmin.cpp @@ -44,8 +44,8 @@ #include "../net/ip.hpp" #include "../net/timestamp-utils.hpp" -#include "../proto2/any-user.hpp" -#include "../proto2/login-admin.hpp" +#include "proto2/any-user.hpp" +#include "proto2/login-admin.hpp" #include "../mmo/config_parse.hpp" #include "../mmo/human_time_diff.hpp" @@ -57,7 +57,7 @@ #include "../wire/packets.hpp" -#include "admin_conf.hpp" +#include "admin/admin_conf.hpp" #include "globals.hpp" #include "../poison.hpp" @@ -555,7 +555,7 @@ void display_help(ZString param) { PRINTF("getaccreg2/get/g <account id> <variable>\n"_fmt); PRINTF(" Display a login-stored ##register\n"_fmt); - } + } else if (command == "setaccreg2"_s || command == "set"_s || command == "s"_s) @@ -565,7 +565,7 @@ void display_help(ZString param) } else if (command == "delaccreg2"_s || command == "del"_s - || command == "d"_s) + || command == "d"_s) { PRINTF("delaccreg2/del/d <account id> <variable>\n"_fmt); PRINTF(" Delete a login-stored ##register\n"_fmt); |