diff options
author | BDKPlayer <fabian.stotz@yahoo.de> | 2020-05-01 10:27:42 +0200 |
---|---|---|
committer | BDKPlayer <fabian.stotz@yahoo.de> | 2020-05-01 10:27:42 +0200 |
commit | 6c98a332ad6e3022d71ffc985cee91a9620581e2 (patch) | |
tree | 634d27788a046765a29615282c2d94b57f0ee132 /FeatureManager.cpp | |
parent | ee90712c3a9967dd3c7a795c5d654174b18c1bae (diff) |
Updated to game version 101.101.36906.0 4941835
Diffstat (limited to 'FeatureManager.cpp')
-rw-r--r-- | FeatureManager.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/FeatureManager.cpp b/FeatureManager.cpp index 3d28ffb..8d9b71f 100644 --- a/FeatureManager.cpp +++ b/FeatureManager.cpp @@ -31,8 +31,7 @@ void FeatureManager::LoadConfig() { for (Feature* feature : features) { - //TODO enable again. - //feature->LoadConfig(); + feature->LoadConfig(); } } |