summaryrefslogtreecommitdiff
path: root/src/echar
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-08-10 03:16:25 +0300
committerAndrei Karas <akaras@inbox.ru>2016-08-10 03:16:25 +0300
commit356397b74eab36e34a9c16d06a0d6dedc3c2b344 (patch)
treec8a769a2b6901ca5b3e092a620822201888b68cf /src/echar
parent9d8e4877019a7eac6b93263a49a4dc6ab02111a3 (diff)
downloadevol-hercules-356397b74eab36e34a9c16d06a0d6dedc3c2b344.tar.gz
evol-hercules-356397b74eab36e34a9c16d06a0d6dedc3c2b344.tar.bz2
evol-hercules-356397b74eab36e34a9c16d06a0d6dedc3c2b344.tar.xz
evol-hercules-356397b74eab36e34a9c16d06a0d6dedc3c2b344.zip
Add support for exit codes for rebuilding code.
Diffstat (limited to 'src/echar')
-rw-r--r--src/echar/char.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/echar/char.c b/src/echar/char.c
index b9e339e..3c11832 100644
--- a/src/echar/char.c
+++ b/src/echar/char.c
@@ -332,6 +332,7 @@ void echar_parse_map_serverexit(int mapFd)
case 102: // restart char and map server
case 104: // git pull and all restart
case 105: // build all
+ case 106: // rebuild all
echat_send_login_serverexit(code);
HSleep(1);
core->shutdown_callback();