mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-23 05:53:54 +00:00
Changed muteFormat to muteReason.
Removed space at beginning of muteReason.
This commit is contained in:
parent
6f7af90488
commit
43cbab37f0
32 changed files with 37 additions and 38 deletions
|
@ -32,7 +32,7 @@ public class Commandr extends EssentialsCommand {
|
|||
throw new Exception(tl("voiceSilenced"));
|
||||
}
|
||||
else {
|
||||
throw new Exception(tl("voiceSilenced") + tl("muteFormat", user.getMuteReason ()));
|
||||
throw new Exception(tl("voiceSilenced") + tl("muteReason", user.getMuteReason ()));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue