diff options
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 c2d1d10..15b0f7a 100644 --- a/src/elogin/parse.c +++ b/src/elogin/parse.c @@ -223,6 +223,7 @@ void elogin_parse_serverexit(int fd) case 100: // all exit case 101: // all restart case 104: // git pull and all restart + case 105: // build all core->shutdown_callback(); break; case 102: // restart char and map server |