diff options
Diffstat (limited to 'src/elogin/parse.c')
-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 |