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/echar/char.c | |
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/echar/char.c')
-rw-r--r-- | src/echar/char.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/echar/char.c b/src/echar/char.c index 34e904f..ec517ec 100644 --- a/src/echar/char.c +++ b/src/echar/char.c @@ -335,6 +335,7 @@ void echar_parse_map_serverexit(int mapFd) case 106: // rebuild all case 107: // git pull and build all case 108: // git pull and rebuild all + case 109: // build plugin echat_send_login_serverexit(code); HSleep(1); core->shutdown_callback(); |