diff --git a/Icon.png b/Icon.png index 8fe6230..af163bc 100644 Binary files a/Icon.png and b/Icon.png differ diff --git a/ModHelperData.cs b/ModHelperData.cs index 873875e..9e9f295 100644 --- a/ModHelperData.cs +++ b/ModHelperData.cs @@ -4,7 +4,7 @@ public static class ModHelperData { public const string WorksOnVersion = "35.0"; public const string Version = "1.0.5"; - public const string Name = "Multicash"; + public const string Name = "MultiCash"; public const string Description = "Allows you to Multiply the Cash gained from ANY Source

" + "F10: Set the Global Cash Multiplier

" + @@ -13,5 +13,5 @@ public static class ModHelperData "Allows decimals like 1.5 or 0.5 if you want to make things harder
"; public const string RepoOwner = "Felixfex"; - public const string RepoName = "Multicash"; + public const string RepoName = "MultiCash"; } \ No newline at end of file