mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 14:42:13 +00:00
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:
parent
a17bdf0898
commit
d464398fb5
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ int Plug_Init(int *args)
|
|||
Con_Printf("IRC Client Plugin failed\n");
|
||||
|
||||
IRC_InitCvars();
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue