Added space when adding reason to string.

This commit is contained in:
delbertina 2017-12-17 00:16:06 -06:00
parent 127a7bb2ce
commit 034ffbd0bc
6 changed files with 6 additions and 6 deletions

View file

@ -29,7 +29,7 @@ public class Commandr extends EssentialsCommand {
if (user.isMuted()) {
throw new Exception(tl("voiceSilenced") + (user.hasMuteReason() ?
tl("muteReason", user.getMuteReason()) : ""));
(" " + tl("muteReason", user.getMuteReason())) : ""));
}
message = FormatUtil.formatMessage(user, "essentials.msg", message);