updated build script for adminhelp.sp
--HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401135
This commit is contained in:
parent
4bf15ee0bd
commit
7a22603b22
@ -133,12 +133,13 @@ namespace builder
|
||||
*/
|
||||
public override Plugin [] GetPlugins()
|
||||
{
|
||||
Plugin [] plugins = new Plugin[4];
|
||||
Plugin [] plugins = new Plugin[5];
|
||||
|
||||
plugins[0] = new Plugin("admin-flatfile", "admin-flatfile");
|
||||
plugins[1] = new Plugin("antiflood");
|
||||
plugins[2] = new Plugin("basecommands");
|
||||
plugins[3] = new Plugin("reservedslots");
|
||||
plugins[1] = new Plugin("adminhelp");
|
||||
plugins[2] = new Plugin("antiflood");
|
||||
plugins[3] = new Plugin("basecommands");
|
||||
plugins[4] = new Plugin("reservedslots");
|
||||
|
||||
return plugins;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user