fix #19 wrong claimsize calculation @Red3Tango
This commit is contained in:
parent
c734a30722
commit
18dbea6a23
@ -149,7 +149,7 @@ public class Claim implements IPermissionContainer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public int getPlane() {
|
public int getPlane() {
|
||||||
return (this.maxX - this.minX) * (this.maxZ - this.minZ);
|
return (this.maxX - this.minX + 1) * (this.maxZ - this.minZ + 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user