Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
muse dash mirror 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxymahatma committed Feb 12, 2023
1 parent 8a537aa commit 3747f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Patch.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal static unsafe void PnlMenuPostfix(PnlMenu __instance)
{
if (FC_APToggle == null && vSelect != null)
{
FC_APToggle = ToggleCreate.CreatePnlMenuToggle("FC AP Indicator Toggle", new Vector3(-6.8f, -2.65f, 100f), fc_apEnabled, "FC/AP On/Off");
FC_APToggle = ToggleCreate.CreatePnlMenuToggle("FC AP Indicator Toggle", fc_apEnabled, "FC/AP On/Off");
}
}
}
Expand Down

0 comments on commit 3747f0b

Please sign in to comment.