Changed muteFormat to muteReason.

Removed space at beginning of muteReason.
This commit is contained in:
delbertina 2017-11-26 01:32:22 -06:00
parent 6f7af90488
commit 43cbab37f0
32 changed files with 37 additions and 38 deletions

View file

@ -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 ()));
}
}