faster plot clearing on terrain mode 2

This commit is contained in:
boy0001 2015-02-11 03:20:39 +11:00
parent 85b58b7623
commit 2be941cc18

View File

@ -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) {