Skip to content

Commit

Permalink
Update LeaveDutyCommand.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Caraxi committed Oct 8, 2024
1 parent ff1417f commit e42253f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tweaks/LeaveDutyCommand.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
namespace SimpleTweaksPlugin.Tweaks;

[TweakName("Leave Duty Command")]
[TweakDescription("Adds a command to leave the currenty duty. /leaveduty")]
[TweakDescription("Adds a command to leave the current duty.")]
[TweakReleaseVersion("1.9.0.0")]
public unsafe class LeaveDutyCommand : CommandTweak {
protected override string Command => "/leaveduty";
Expand Down

0 comments on commit e42253f

Please sign in to comment.