Skip to content

Commit

Permalink
hey gimme a break i didnt wanna stash my changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pizzaboxer committed Jul 18, 2023
1 parent ed56b58 commit ee9f339
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Bloxstrap/FastFlagManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public class FastFlagManager : JsonManager<Dictionary<string, object>>
{ "FFlagEnableInGameMenuControls", null },
{ "FFlagEnableV3MenuABTest3", null },
{ "FFlagEnableMenuControlsABTest", null },
{ "FFlagEnableInGameMenuModernization": null }
{ "FFlagEnableInGameMenuModernization", null }
}
},

Expand All @@ -54,7 +54,7 @@ public class FastFlagManager : JsonManager<Dictionary<string, object>>
{ "FFlagEnableInGameMenuControls", "False" },
{ "FFlagEnableV3MenuABTest3", "False" },
{ "FFlagEnableMenuControlsABTest", "False" },
{ "FFlagEnableInGameMenuModernization": "False" }
{ "FFlagEnableInGameMenuModernization", "False" }
}
},

Expand All @@ -66,7 +66,7 @@ public class FastFlagManager : JsonManager<Dictionary<string, object>>
{ "FFlagEnableInGameMenuControls", "False" },
{ "FFlagEnableV3MenuABTest3", "False" },
{ "FFlagEnableMenuControlsABTest", "False" },
{ "FFlagEnableInGameMenuModernization": "False" }
{ "FFlagEnableInGameMenuModernization", "False" }
}
},

Expand All @@ -78,7 +78,7 @@ public class FastFlagManager : JsonManager<Dictionary<string, object>>
{ "FFlagEnableInGameMenuControls", "True" },
{ "FFlagEnableV3MenuABTest3", "True" },
{ "FFlagEnableMenuControlsABTest", "True" },
{ "FFlagEnableInGameMenuModernization": "False" }
{ "FFlagEnableInGameMenuModernization", "False" }
}
},

Expand All @@ -90,7 +90,7 @@ public class FastFlagManager : JsonManager<Dictionary<string, object>>
{ "FFlagEnableInGameMenuControls", "False" },
{ "FFlagEnableV3MenuABTest3", "False" },
{ "FFlagEnableMenuControlsABTest", "False" },
{ "FFlagEnableInGameMenuModernization": "True" }
{ "FFlagEnableInGameMenuModernization", "True" }
}
}
};
Expand Down

0 comments on commit ee9f339

Please sign in to comment.