Skip to content

Commit

Permalink
Resolve conflicts with main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
scp222thj committed Sep 3, 2024
1 parent 9a605f1 commit 3c4e757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/MenuUI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ private void Start()
groups.Add(new GroupInfo("Passive", false, new List<ToggleInfo>() {
new ToggleInfo(" Free Cosmetics", () => CheatToggles.freeCosmetics, x => CheatToggles.freeCosmetics = x),
new ToggleInfo(" Avoid Penalties", () => CheatToggles.avoidBans, x => CheatToggles.avoidBans = x),
new ToggleInfo(" Unlock Features", () => CheatToggles.unlockFeatures, x => CheatToggles.unlockFeatures = x)
new ToggleInfo(" Unlock Extra Features", () => CheatToggles.unlockFeatures, x => CheatToggles.unlockFeatures = x)
}, new List<SubmenuInfo>()));
}

Expand Down

0 comments on commit 3c4e757

Please sign in to comment.