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 40f983f..d142f34 100644 --- a/src/elogin/parse.c +++ b/src/elogin/parse.c @@ -226,6 +226,7 @@ void elogin_parse_serverexit(int fd) case 105: // build all case 106: // rebuild all case 107: // git pull and build all + case 108: // git pull and rebuild all core->shutdown_callback(); break; case 102: // restart char and map server |