added antiflood to build script
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40934
This commit is contained in:
parent
706b28cb64
commit
bc4d7ddc72
@ -126,11 +126,12 @@ namespace builder
|
|||||||
*/
|
*/
|
||||||
public override Plugin [] GetPlugins()
|
public override Plugin [] GetPlugins()
|
||||||
{
|
{
|
||||||
Plugin [] plugins = new Plugin[3];
|
Plugin [] plugins = new Plugin[4];
|
||||||
|
|
||||||
plugins[0] = new Plugin("admin-auth");
|
plugins[0] = new Plugin("admin-auth");
|
||||||
plugins[1] = new Plugin("admin-flatfile", "admin-flatfile");
|
plugins[1] = new Plugin("admin-flatfile", "admin-flatfile");
|
||||||
plugins[2] = new Plugin("basecommands");
|
plugins[2] = new Plugin("basecommands");
|
||||||
|
plugins[3] = new Plugin("antiflood");
|
||||||
|
|
||||||
return plugins;
|
return plugins;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user