space a brace
This commit is contained in:
parent
28174d5b2e
commit
4bbd8a94ac
@ -611,7 +611,8 @@ public class MessageManager extends MiniClientPlugin<ClientMessage>
|
||||
}
|
||||
else
|
||||
{
|
||||
if (_preferences.get(to).isActive(Preference.FRIEND_MESSAGES_ONLY) && (friend == null || friend.Status != FriendStatusType.Accepted)) {
|
||||
if (_preferences.get(to).isActive(Preference.FRIEND_MESSAGES_ONLY) && (friend == null || friend.Status != FriendStatusType.Accepted))
|
||||
{
|
||||
sender.sendMessage(F.main(getName(), F.name(to.getName()) + " only allows messages from friends."));
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user