summaryrefslogtreecommitdiff
path: root/src/ai/api/ai_grouplist.hpp.sq
diff options
context:
space:
mode:
Diffstat (limited to 'src/ai/api/ai_grouplist.hpp.sq')
-rw-r--r--src/ai/api/ai_grouplist.hpp.sq2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ai/api/ai_grouplist.hpp.sq b/src/ai/api/ai_grouplist.hpp.sq
index c02b3a4ef..dea8b5a34 100644
--- a/src/ai/api/ai_grouplist.hpp.sq
+++ b/src/ai/api/ai_grouplist.hpp.sq
@@ -23,7 +23,7 @@ namespace SQConvert {
void SQAIGroupList_Register(Squirrel *engine)
{
DefSQClass <AIGroupList> SQAIGroupList("AIGroupList");
- SQAIGroupList.PreRegister(engine, "AIAbstractList");
+ SQAIGroupList.PreRegister(engine, "AIList");
SQAIGroupList.AddConstructor<void (AIGroupList::*)(), 1>(engine, "x");
SQAIGroupList.PostRegister(engine);