From 4df4683fde3d24fa365851451f44bf44afe93d43 Mon Sep 17 00:00:00 2001
From: Mario <zacjardine@y7mail.com>
Date: Thu, 8 Oct 2015 16:12:13 +1000
Subject: [PATCH] Increase the maximum number of mutators

---
 qcsrc/common/mutators/base.qh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qcsrc/common/mutators/base.qh b/qcsrc/common/mutators/base.qh
index 9a535a2960..6e1c7c051a 100644
--- a/qcsrc/common/mutators/base.qh
+++ b/qcsrc/common/mutators/base.qh
@@ -155,7 +155,7 @@ CLASS(Mutator, Object)
     }
 ENDCLASS(Mutator)
 
-const int MAX_MUTATORS = 20;
+const int MAX_MUTATORS = 30;
 Mutator loaded_mutators[MAX_MUTATORS];
 
 bool Mutator_Add(Mutator mut)
-- 
2.39.5