mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-06-28 03:34:42 +02:00
@ -302,7 +302,7 @@ public final class PlotId {
|
||||
// first increase y, then x
|
||||
if (this.y == this.end.getY()) {
|
||||
this.x++;
|
||||
this.y = 0;
|
||||
this.y = this.start.getY();
|
||||
} else {
|
||||
this.y++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user