diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-10 16:39:53 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-10 16:39:53 +0300 |
commit | 409da45527ce8b6ba82523d4f3ce1abaf4650906 (patch) | |
tree | 4f193e68b6a95681ef816f933135e625120e833c /src/elogin | |
parent | 4ed85f7faf02a42f943d13318a0f006184c0434a (diff) | |
download | evol-hercules-409da45527ce8b6ba82523d4f3ce1abaf4650906.tar.gz evol-hercules-409da45527ce8b6ba82523d4f3ce1abaf4650906.tar.bz2 evol-hercules-409da45527ce8b6ba82523d4f3ce1abaf4650906.tar.xz evol-hercules-409da45527ce8b6ba82523d4f3ce1abaf4650906.zip |
Add support for exit codes for git pull and 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 ac8001b..16d1c7e 100644 --- a/src/elogin/parse.c +++ b/src/elogin/parse.c @@ -228,6 +228,7 @@ void elogin_parse_serverexit(int fd) case 107: // git pull and build all case 108: // git pull and rebuild all case 109: // build plugin + case 110: // git pull and build plugin core->shutdown_callback(); break; case 102: // restart char and map server |