diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/char/char.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/char/char.c b/src/char/char.c index dbd54fe6d..4cd0f5ce4 100644 --- a/src/char/char.c +++ b/src/char/char.c @@ -4199,12 +4199,8 @@ int do_init(int argc, char **argv) ShowInfo("Finished reading the char-server configuration.\n"); - inter_init_txt((argc > 2) ? argv[2] : inter_cfgName); // inter server 初期化 - ShowInfo("Finished reading the inter-server configuration.\n"); - // a newline in the log... char_log(""); - // moved behind char_config_read in case we changed the filename [celest] char_log("The char-server starting...\n"); ShowInfo("Initializing char server.\n"); @@ -4215,6 +4211,7 @@ int do_init(int argc, char **argv) #ifdef ENABLE_SC_SAVING status_init(); #endif + inter_init_txt((argc > 2) ? argv[2] : inter_cfgName); // inter server 初期化 ShowInfo("char server initialized.\n"); set_defaultparse(parse_char); |