- Removed deprecated console code.

git-svn-id: https://svn.code.sf.net/p/rathena/svn/trunk@9815 54d463be-8e91-2dee-dedb-b68131a5f0ec
This commit is contained in:
FlavioJS
2007-02-07 06:25:00 +00:00
parent 5c41bf4b04
commit c46f3cf135
11 changed files with 23 additions and 85 deletions

View File

@@ -4319,10 +4319,9 @@ int do_init(int argc, char **argv){
if(char_gm_read)
read_gm_account();
if ( console ) {
set_defaultconsoleparse(parse_console);
start_console();
if( console )
{
//##TODO invoke a CONSOLE_START plugin event
}
//Cleaning the tables for NULL entrys @ startup [Sirius]