mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-09 05:53:20 +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
|
@ -121,7 +121,7 @@ public class Commandseen extends EssentialsCommand {
|
|||
sender.sendMessage(tl("whoisMuted", (user.getMuteTimeout() > 0 ? DateUtil.formatDateDiff(user.getMuteTimeout()) : tl("true"))));
|
||||
}
|
||||
else {
|
||||
sender.sendMessage(tl("whoisMuted", (user.getMuteTimeout() > 0 ? DateUtil.formatDateDiff(user.getMuteTimeout()) : tl("true"))) + tl("muteFormat", user.getMuteReason ()));
|
||||
sender.sendMessage(tl("whoisMuted", (user.getMuteTimeout() > 0 ? DateUtil.formatDateDiff(user.getMuteTimeout()) : tl("true"))) + tl("muteReason", user.getMuteReason ()));
|
||||
}
|
||||
}
|
||||
final String location = user.getGeoLocation();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue