diff --git a/Bloxstrap/Singletons/FastFlagManager.cs b/Bloxstrap/Singletons/FastFlagManager.cs index 7c5d839..0b2a7a4 100644 --- a/Bloxstrap/Singletons/FastFlagManager.cs +++ b/Bloxstrap/Singletons/FastFlagManager.cs @@ -32,7 +32,8 @@ namespace Bloxstrap.Singletons { { "Automatic", "" }, { "Voxel", "DFFlagDebugRenderForceTechnologyVoxel" }, - { "Future Is Bright", "FFlagDebugForceFutureIsBrightPhase3" } + { "ShadowMap", "FFlagDebugForceFutureIsBrightPhase2" }, + { "Future", "FFlagDebugForceFutureIsBrightPhase3" } }; // this is one hell of a variable definition lmao