Skip to content

Commit

Permalink
fix: string not updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Clazex committed Oct 31, 2021
1 parent a56e8dd commit a3757f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GodSeekerPlus/Menu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ namespace GodSeekerPlus {
public sealed partial class GodSeekerPlus : IMenuMod {
bool IMenuMod.ToggleButtonInsideMenu => false;

private static string[] States { get; } = new string[] {
private static string[] States => new string[] {
Lang.Get("MOH_OFF", "MainMenu"),
Lang.Get("MOH_ON", "MainMenu")
};
Expand Down

0 comments on commit a3757f3

Please sign in to comment.