diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-10 16:24:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-10 16:24:50 +0300 |
commit | 4ed85f7faf02a42f943d13318a0f006184c0434a (patch) | |
tree | 4d752159e5d469d10282f2bd7d3dd6a7d8dd50e3 /src/elogin | |
parent | 5bcee0f52e61a2a2246069a8e23e69d7f073ffc7 (diff) | |
download | evol-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/elogin')
-rw-r--r-- | src/elogin/parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/elogin/parse.c b/src/elogin/parse.c index d142f34..ac8001b 100644 --- a/src/elogin/parse.c +++ b/src/elogin/parse.c @@ -227,6 +227,7 @@ void elogin_parse_serverexit(int fd) case 106: // rebuild all case 107: // git pull and build all case 108: // git pull and rebuild all + case 109: // build plugin core->shutdown_callback(); break; case 102: // restart char and map server |