|
@@ -4299,6 +4299,9 @@ int do_init(int argc, char **argv)
|
|
|
|
|
|
ShowInfo("Finished reading the char-server configuration.\n");
|
|
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...
|
|
// a newline in the log...
|
|
char_log("");
|
|
char_log("");
|
|
// moved behind char_config_read in case we changed the filename [celest]
|
|
// moved behind char_config_read in case we changed the filename [celest]
|
|
@@ -4312,7 +4315,6 @@ int do_init(int argc, char **argv)
|
|
#ifdef ENABLE_SC_SAVING
|
|
#ifdef ENABLE_SC_SAVING
|
|
status_init();
|
|
status_init();
|
|
#endif
|
|
#endif
|
|
- inter_init_txt((argc > 2) ? argv[2] : inter_cfgName); // inter server �‰Šú‰»
|
|
|
|
ShowInfo("char server initialized.\n");
|
|
ShowInfo("char server initialized.\n");
|
|
|
|
|
|
set_defaultparse(parse_char);
|
|
set_defaultparse(parse_char);
|