mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 21:26:45 +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;
|
||||
}
|
||||
else {
|
||||
if (plotworld.TERRAIN == 2) {
|
||||
return;
|
||||
}
|
||||
check = false;
|
||||
}
|
||||
if (this.o) {
|
||||
|
Loading…
Reference in New Issue
Block a user