From 2bf785cb93832a5f447a4bc208eac627c223be76 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 2 May 2020 02:05:54 +0200 Subject: [PATCH] Removed 2 classes from config.py. --- config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.py b/config.py index 869922c..3c1ae5e 100644 --- a/config.py +++ b/config.py @@ -60,10 +60,8 @@ def get_doc_classes(): "ComplexLevelStatData", "LevelStatData", "SimpleLevelStatData", - "StatDataEntry", "StatData", "StatModifier", - "Stat", "Entity", "AIFormation",