Skip to content

Commit

Permalink
One capital letter
Browse files Browse the repository at this point in the history
  • Loading branch information
Halbann committed Mar 6, 2023
1 parent 6e68fc1 commit 143fe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LazyOrbit/LazyOrbit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public class LazyOrbit : BaseSpaceWarpPlugin

private static string _settingsPath;
private static string SettingsPath =>
_settingsPath ?? (_settingsPath = Path.Combine(AssemblyFolder, "Settings.json"));
_settingsPath ?? (_settingsPath = Path.Combine(AssemblyFolder, "settings.json"));

// GUI.
private static bool guiLoaded = false;
Expand Down

0 comments on commit 143fe38

Please sign in to comment.