Skip to content

Commit

Permalink
change default position
Browse files Browse the repository at this point in the history
Signed-off-by: Erymanthus[#5074] | (u/)RayDeeUx <[email protected]>
  • Loading branch information
RayDeeUx committed Jan 16, 2024
1 parent fcc0e68 commit 872d725
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ public class CommissionsCalculatorConfig {
public boolean allMilestones = false;

@Expose
public Position position = new Position(140, 90, false, true);
public Position position = new Position(100, 90, false, true);
}

0 comments on commit 872d725

Please sign in to comment.