This commit is contained in:
Jesse Boyd 2017-12-15 11:28:54 +11:00
parent 7e3bec1c76
commit 0dbb6171ef
No known key found for this signature in database
GPG Key ID: 59F1DE6293AF6E1F

View File

@ -37,8 +37,8 @@ public class ResidenceFeature extends BukkitMaskManager implements Listener {
}
if (isAllowed) {
final CuboidArea area = residence.getAreaArray()[0];
final Location pos1 = area.getHighLoc();
final Location pos2 = area.getLowLoc();
final Location pos1 = area.getLowLoc();
final Location pos2 = area.getHighLoc();
final ClaimedResidence finalResidence = residence;
return new BukkitMask(pos1, pos2) {
@Override