diff --git a/sources/FixDoshSpam/FixDoshSpam.uc b/sources/FixDoshSpam/FixDoshSpam.uc index 484f41b..29e1b45 100644 --- a/sources/FixDoshSpam/FixDoshSpam.uc +++ b/sources/FixDoshSpam/FixDoshSpam.uc @@ -21,10 +21,10 @@ class FixDoshSpam extends FeatureConfig perobjectconfig config(AcediaFixes); -var public /*config*/ float doshPerSecondLimitMax; -var public /*config*/ float doshPerSecondLimitMin; -var public /*config*/ int criticalDoshAmount; -var public /*config*/ float checkInterval; +var public config float doshPerSecondLimitMax; +var public config float doshPerSecondLimitMin; +var public config int criticalDoshAmount; +var public config float checkInterval; protected function HashTable ToData() {