mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Fix recursive call
This commit is contained in:
parent
72507aba4b
commit
505bba7612
@ -78,11 +78,11 @@ public final class PlotLoc {
|
||||
}
|
||||
|
||||
public int getX() {
|
||||
return this.getX();
|
||||
return this.x;
|
||||
}
|
||||
|
||||
public int getY() {
|
||||
return this.getY();
|
||||
return this.y;
|
||||
}
|
||||
|
||||
public int getZ() {
|
||||
|
Loading…
Reference in New Issue
Block a user