From caa2c43f341ab070ff82d99410ffab773ba19e72 Mon Sep 17 00:00:00 2001 From: FlavioJS Date: Wed, 7 Feb 2007 06:25:00 +0000 Subject: - Removed deprecated console code. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9815 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/map.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/map/map.c') diff --git a/src/map/map.c b/src/map/map.c index 3817700fb..5f6421a66 100644 --- a/src/map/map.c +++ b/src/map/map.c @@ -3978,9 +3978,9 @@ int do_init(int argc, char *argv[]) { //Done loading with the maps, no need for the grf module anymore. grfio_final(); - if ( console ) { - set_defaultconsoleparse(parse_console); - start_console(); + if( console ) + { + //##TODO invoke a CONSOLE_START plugin event } if (battle_config.pk_mode == 1) -- cgit v1.2.3-60-g2f50