summaryrefslogtreecommitdiff
path: root/src/map
diff options
context:
space:
mode:
Diffstat (limited to 'src/map')
-rw-r--r--src/map/map.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/map/map.c b/src/map/map.c
index 149a50a7f..adbe75b20 100644
--- a/src/map/map.c
+++ b/src/map/map.c
@@ -5959,6 +5959,8 @@ int do_init(int argc, char *argv[])
#ifdef CONSOLE_INPUT
console->input->setSQL(map->mysql_handle);
+ if (!minimal && core->runflag != CORE_ST_STOP)
+ console->display_gplnotice();
#endif
ShowStatus("Server is '"CL_GREEN"ready"CL_RESET"' and listening on port '"CL_WHITE"%d"CL_RESET"'.\n\n", map->port);