mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-07-12 02:14:43 +02:00
Minor tweaks
This commit is contained in:
@ -168,8 +168,6 @@ public class GenChunk extends ScopedLocalBlockQueue {
|
||||
return new Location(getWorld(), getX() << 4, 0, getZ() << 4);
|
||||
}
|
||||
|
||||
|
||||
|
||||
public GenChunk clone() {
|
||||
GenChunk toReturn = new GenChunk(chunk, new ChunkWrapper(getWorld(), chunk.getX(), chunk.getZ()));
|
||||
if (this.result != null) {
|
||||
|
Reference in New Issue
Block a user