diff --git a/tools/builder/PkgCore.cs b/tools/builder/PkgCore.cs index c5df9f5f..67ea621f 100644 --- a/tools/builder/PkgCore.cs +++ b/tools/builder/PkgCore.cs @@ -289,6 +289,7 @@ namespace builder plugins.Add(new Plugin("randomcycle", true)); plugins.Add(new Plugin("rockthevote", true)); plugins.Add(new Plugin("adminmenu")); + plugins.Add(new Plugin("playercommands")); return (Plugin [])plugins.ToArray(typeof(Plugin)); }