diff --git a/Bloxstrap/Singletons/FastFlagManager.cs b/Bloxstrap/Singletons/FastFlagManager.cs index 521b797..788f90c 100644 --- a/Bloxstrap/Singletons/FastFlagManager.cs +++ b/Bloxstrap/Singletons/FastFlagManager.cs @@ -30,10 +30,10 @@ namespace Bloxstrap.Singletons public static IReadOnlyDictionary LightingTechnologies => new Dictionary { - { "Automatic", "" }, - { "Voxel", "DFFlagDebugRenderForceTechnologyVoxel" }, - { "ShadowMap", "FFlagDebugForceFutureIsBrightPhase2" }, - { "Future", "FFlagDebugForceFutureIsBrightPhase3" } + { "Chosen by game", "" }, + { "Voxel (Phase 1)", "DFFlagDebugRenderForceTechnologyVoxel" }, + { "ShadowMap (Phase 2)", "FFlagDebugForceFutureIsBrightPhase2" }, + { "Future (Phase 3)", "FFlagDebugForceFutureIsBrightPhase3" } }; // this is one hell of a dictionary definition lmao