Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

Commit

Permalink
Fix unmute overwriting mute
Browse files Browse the repository at this point in the history
  • Loading branch information
dualspiral committed Oct 21, 2020
1 parent 50c3a60 commit 8ab0870
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import org.spongepowered.api.event.CauseStackManager;

@Command(
aliases = { "mute" },
aliases = { "unmute" },
basePermission = MutePermissions.BASE_UNMUTE,
commandDescriptionKey = "unmute",
associatedPermissionLevelKeys = MutePermissions.MUTE_LEVEL_KEY
Expand Down

0 comments on commit 8ab0870

Please sign in to comment.