summaryrefslogtreecommitdiff
path: root/src/emap/atcommand.c
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-10 16:24:50 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-10 16:24:50 +0300
commit4ed85f7faf02a42f943d13318a0f006184c0434a (patch)
tree4d752159e5d469d10282f2bd7d3dd6a7d8dd50e3 /src/emap/atcommand.c
parent5bcee0f52e61a2a2246069a8e23e69d7f073ffc7 (diff)
downloadevol-hercules-4ed85f7faf02a42f943d13318a0f006184c0434a.tar.gz
evol-hercules-4ed85f7faf02a42f943d13318a0f006184c0434a.tar.bz2
evol-hercules-4ed85f7faf02a42f943d13318a0f006184c0434a.tar.xz
evol-hercules-4ed85f7faf02a42f943d13318a0f006184c0434a.zip
Add support for exit codes for building plugin code.
Diffstat (limited to 'src/emap/atcommand.c')
-rw-r--r--src/emap/atcommand.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/emap/atcommand.c b/src/emap/atcommand.c
index a6ce11c..4027acd 100644
--- a/src/emap/atcommand.c
+++ b/src/emap/atcommand.c
@@ -151,6 +151,7 @@ ACMD1(mapExit)
// 106 - rebuild all
// 107 - git pull and build all
// 108 - git pull and rebuild all
+// 109 - build plugin
ACMD1(serverExit)
{
int code = 0;