Oops, missed some changes.

This commit is contained in:
halvors 2011-07-16 22:39:30 +02:00
parent cba1a95838
commit c3f0c8a7a1
3 changed files with 3 additions and 3 deletions

View File

@ -492,5 +492,4 @@ public boolean isAdjacentChestProtected(Block block, Player player) {
public ChestProtection getChestProtection() {
return chestProtection;
}
}

View File

@ -147,5 +147,4 @@ public void onLightningStrike(LightningStrikeEvent event) {
}
}
}
}

View File

@ -256,6 +256,8 @@ public static void claim(CommandContext args, WorldGuardPlugin plugin,
ApplicableRegionSet regions = mgr.getApplicableRegions(region);
// Check if this region overlaps any other region
if (regions.size() > 0) {
if (!regions.isOwnerOfAll(localPlayer)) {