diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-10 03:00:17 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-10 03:00:17 +0300 |
commit | 9d8e4877019a7eac6b93263a49a4dc6ab02111a3 (patch) | |
tree | 7d09ce93f805b06cae805aaf5f9b6583737ee744 /src/emap | |
parent | 3b22392e73e52ffb2b001288ce9ab54101a03529 (diff) | |
download | plugin-9d8e4877019a7eac6b93263a49a4dc6ab02111a3.tar.gz plugin-9d8e4877019a7eac6b93263a49a4dc6ab02111a3.tar.bz2 plugin-9d8e4877019a7eac6b93263a49a4dc6ab02111a3.tar.xz plugin-9d8e4877019a7eac6b93263a49a4dc6ab02111a3.zip |
Add support for exit codes for building code.
Diffstat (limited to 'src/emap')
-rw-r--r-- | src/emap/atcommand.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/atcommand.c b/src/emap/atcommand.c index 54370af..8d6979a 100644 --- a/src/emap/atcommand.c +++ b/src/emap/atcommand.c @@ -147,6 +147,7 @@ ACMD1(mapExit) // 102 - restart char and map servers // 103 - restart map server // 104 - git pull and restart all servers +// 105 - build all ACMD1(serverExit) { int code = 0; |