Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

Commit

Permalink
checkstyle fix
Browse files Browse the repository at this point in the history
checkstyle fix
  • Loading branch information
xKylee authored Dec 4, 2019
1 parent 08d8a0c commit 8beae6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ else if (BEFORE_OPTIONS.contains(option))
World targetWorld = worldResult.findWorld(player.getWorld());
if ((targetWorld == null || currentWorld == null)
|| (this.removePVPWorld && !currentWorld.getTypes().contains(WorldType.PVP) && targetWorld.getTypes().contains(WorldType.PVP))
|| (this.removeBHWorld &&!currentWorld.getTypes().contains(WorldType.BOUNTY) && targetWorld.getTypes().contains(WorldType.BOUNTY)))
|| (this.removeBHWorld && !currentWorld.getTypes().contains(WorldType.BOUNTY) && targetWorld.getTypes().contains(WorldType.BOUNTY)))
{
// Disable Hop-to a PVP world & BH world from a regular world
return;
Expand Down

0 comments on commit 8beae6d

Please sign in to comment.