Skip to content

Commit

Permalink
fix: update method name to match casing convention in BuyAllMerge
Browse files Browse the repository at this point in the history
  • Loading branch information
PUNK3DAF committed Nov 7, 2024
1 parent 17f4939 commit f8766d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Other/MergeShops/StarswordMerge[Upholder].cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public void ScriptMain(IScriptInterface Bot)

public void BuyAllMerge(string? buyOnlyThis = null, mergeOptionsEnum? buyMode = null)
{
if (!Core.isUpholder())
if (!Core.IsUpholder())
{
Core.Logger("Upholder Required.");
return;
Expand Down

0 comments on commit f8766d7

Please sign in to comment.