fix: fix a config name error
This commit is contained in:
+4
-2
@@ -3,9 +3,11 @@ package fun.bm.lophine.config.modules.experiment;
|
||||
import me.earthme.luminol.config.EnumConfigCategory;
|
||||
import me.earthme.luminol.config.IConfigModule;
|
||||
import me.earthme.luminol.config.flags.ConfigInfo;
|
||||
import me.earthme.luminol.config.flags.TransformedConfig;
|
||||
|
||||
public class WaypointConfig implements IConfigModule {
|
||||
@ConfigInfo(baseName = "enable-waypoint", comments =
|
||||
@TransformedConfig(name = "enable-waypoint", category = {"experiment", "waypoint bar"})
|
||||
@ConfigInfo(baseName = "enabled", comments =
|
||||
"""
|
||||
Enable waypoint bar unsafe""")
|
||||
public static boolean forceEnableWaypointUnsafe = false;
|
||||
@@ -17,6 +19,6 @@ public class WaypointConfig implements IConfigModule {
|
||||
|
||||
@Override
|
||||
public String getBaseName() {
|
||||
return "waypoint bar";
|
||||
return "waypoint_bar";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user