summaryrefslogtreecommitdiff
path: root/src/char
diff options
context:
space:
mode:
Diffstat (limited to 'src/char')
-rw-r--r--src/char/char.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/char/char.c b/src/char/char.c
index d9626c500..e99e044ad 100644
--- a/src/char/char.c
+++ b/src/char/char.c
@@ -5977,6 +5977,7 @@ int do_init(int argc, char **argv) {
Sql_HerculesUpdateCheck(inter->sql_handle);
#ifdef CONSOLE_INPUT
console->input->setSQL(inter->sql_handle);
+ console->display_gplnotice();
#endif
ShowStatus("The char-server is "CL_GREEN"ready"CL_RESET" (Server is listening on the port %d).\n\n", chr->port);