mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-12 10:24:07 +01:00
faster plot clearing on terrain mode 2
This commit is contained in:
parent
85b58b7623
commit
2be941cc18
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user