mirror of
https://github.com/Sheldan/abstracto.git
synced 2026-03-04 07:33:54 +00:00
[AB-190] migrating default config (featureMode, system config, post targets, feature flags) from tables to property files
not longer immediately instantiating the feature flag instance when a new server is found, but only when its config is changed or when a feature mod has its config changed
This commit is contained in:
@@ -9,7 +9,7 @@ public enum StatisticFeatures implements FeatureEnum {
|
||||
/**
|
||||
* Feature responsible to track the emotes used in a message on a server.
|
||||
*/
|
||||
EMOTE_TRACKING("emote_tracking");
|
||||
EMOTE_TRACKING("emoteTracking");
|
||||
|
||||
private final String key;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user