From 9d8e4877019a7eac6b93263a49a4dc6ab02111a3 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 10 Aug 2016 03:00:17 +0300 Subject: Add support for exit codes for building code. --- src/echar/char.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/echar/char.c') diff --git a/src/echar/char.c b/src/echar/char.c index 6223ac4..b9e339e 100644 --- a/src/echar/char.c +++ b/src/echar/char.c @@ -329,8 +329,9 @@ void echar_parse_map_serverexit(int mapFd) { case 100: // all exit case 101: // all restart - case 104: // git pull and all restart case 102: // restart char and map server + case 104: // git pull and all restart + case 105: // build all echat_send_login_serverexit(code); HSleep(1); core->shutdown_callback(); -- cgit v1.2.3-60-g2f50