Where there was a return 0, should have been a return 1.. everything is cool now, this is just a little modifcation, nothing new has actually been added.

git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@1572 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
Lance 2005-11-21 08:57:30 +00:00
parent a17bdf0898
commit d464398fb5
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ int Plug_Init(int *args)
Con_Printf("IRC Client Plugin failed\n");
IRC_InitCvars();
return 0;
return 1;
}