Skip to content

Commit

Permalink
Fix incorrect descriptions for usedprimarycolor and usedsecondarycolor (
Browse files Browse the repository at this point in the history
#5)

* corrected color descriptions (moron)
  • Loading branch information
prophetofxenu authored Mar 30, 2024
1 parent 5c0f3eb commit a1f4001
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Plugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,11 @@ private void Awake()
usedPrimaryColor = Config.Bind("Colors",
"UsedPrimaryColor",
"white",
"Primary color used when the current freshness is \"Dull\".");
"Primary color used when the current freshness is \"Used\".");
usedSecondaryColor = Config.Bind("Colors",
"UsedSecondaryColor",
"orange",
"Secondary color used when the current freshness is \"Dull\".");
"Secondary color used when the current freshness is \"Used\".");
stalePrimaryColor = Config.Bind("Colors",
"StalePrimaryColor",
"orange",
Expand Down
2 changes: 1 addition & 1 deletion UKFreshnessCoach.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
<AssemblyName>UKFreshnessCoach</AssemblyName>
<Description>Helps maintain weapon freshness in ULTRAKILL.</Description>
<Version>1.1.0</Version>
<Version>1.1.1</Version>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down

0 comments on commit a1f4001

Please sign in to comment.