mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
Fixed easy style issues.
This commit is contained in:
parent
fcda6c3b3b
commit
6f7af90488
3 changed files with 3 additions and 4 deletions
|
@ -82,8 +82,7 @@ public class Commandmute extends EssentialsCommand {
|
|||
if (user.getMuteReason ().equals ("")) {
|
||||
sender.sendMessage(tl("mutedPlayerFor", user.getDisplayName(), muteTime));
|
||||
user.sendMessage(tl("playerMutedFor", muteTime));
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
sender.sendMessage(tl("mutedPlayerFor", user.getDisplayName(), muteTime) + tl("muteFormat",user.getMuteReason()));
|
||||
user.sendMessage(tl("playerMutedFor", muteTime) + tl("muteFormat",user.getMuteReason()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue