mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-24 18:01:25 +02:00
Fix recursive call
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user