space a brace

This commit is contained in:
Spencer 2018-05-18 19:32:18 -04:00 committed by Alexander Meech
parent 28174d5b2e
commit 4bbd8a94ac
1 changed files with 2 additions and 1 deletions

View File

@ -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;
}