Config presets system. (#12824)
This commit is contained in:
committed by
GitHub
parent
326fdefe85
commit
55c61b9c35
@@ -30,10 +30,6 @@ public sealed class EventManagerSystem : EntitySystem
|
||||
|
||||
_sawmill = Logger.GetSawmill("events");
|
||||
|
||||
#if DEBUG
|
||||
_configurationManager.OverrideDefault(CCVars.EventsEnabled, false);
|
||||
#endif
|
||||
|
||||
_configurationManager.OnValueChanged(CCVars.EventsEnabled, SetEnabled, true);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user