mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2025-12-03 16:48:45 +01:00
faster plot clearing on terrain mode 2
This commit is contained in:
@@ -112,6 +112,9 @@ public class AugmentedPopulator extends BlockPopulator {
|
|||||||
check = true;
|
check = true;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
if (plotworld.TERRAIN == 2) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
check = false;
|
check = false;
|
||||||
}
|
}
|
||||||
if (this.o) {
|
if (this.o) {
|
||||||
|
|||||||
Reference in New Issue
Block a user