From 07570212e8da13591369a9634997a4ad9745b88a Mon Sep 17 00:00:00 2001
From: David Anderson <dvander@alliedmods.net>
Date: Mon, 13 Aug 2007 00:22:27 +0000
Subject: [PATCH] added basevotes and basefunvotes to the build

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401321
---
 tools/builder/PkgCore.cs | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tools/builder/PkgCore.cs b/tools/builder/PkgCore.cs
index 8a8e7396..f42b4ea3 100644
--- a/tools/builder/PkgCore.cs
+++ b/tools/builder/PkgCore.cs
@@ -139,7 +139,7 @@ namespace builder
 		 */
 		public override Plugin [] GetPlugins()
 		{
-			Plugin [] plugins = new Plugin[9];
+			Plugin [] plugins = new Plugin[11];
 
 			plugins[0] = new Plugin("admin-flatfile", "admin-flatfile");
 			plugins[1] = new Plugin("adminhelp");
@@ -150,6 +150,8 @@ namespace builder
 			plugins[6] = new Plugin("nextmap");
 			plugins[7] = new Plugin("basechat");
 			plugins[8] = new Plugin("basefuncommands");
+			plugins[9] = new Plugin("basevotes");
+			plugins[10] = new Plugin("basefunvotes");
 
 			return plugins;
 		}