diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-08-10 03:27:07 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-08-10 03:27:07 +0300 |
commit | 791cdc602845ce43e0e1730f2620fba6f466279b (patch) | |
tree | f219003442bd6e8ecef242494d132f5de90b1784 /src/echar | |
parent | 356397b74eab36e34a9c16d06a0d6dedc3c2b344 (diff) | |
download | evol-hercules-791cdc602845ce43e0e1730f2620fba6f466279b.tar.gz evol-hercules-791cdc602845ce43e0e1730f2620fba6f466279b.tar.bz2 evol-hercules-791cdc602845ce43e0e1730f2620fba6f466279b.tar.xz evol-hercules-791cdc602845ce43e0e1730f2620fba6f466279b.zip |
Add support for exit codes for git pull and building code.
Diffstat (limited to 'src/echar')
-rw-r--r-- | src/echar/char.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/echar/char.c b/src/echar/char.c index 3c11832..785c2f2 100644 --- a/src/echar/char.c +++ b/src/echar/char.c @@ -330,9 +330,10 @@ void echar_parse_map_serverexit(int mapFd) case 100: // all exit case 101: // all restart case 102: // restart char and map server - case 104: // git pull and all restart + case 104: // git pull and restart all restart case 105: // build all case 106: // rebuild all + case 107: // git pull and build all echat_send_login_serverexit(code); HSleep(1); core->shutdown_callback(); |