mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-24 14:33:51 +00:00
Added space when adding reason to string.
This commit is contained in:
parent
127a7bb2ce
commit
034ffbd0bc
6 changed files with 6 additions and 6 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue