Fixed fastclear

This commit is contained in:
boy0001 2015-04-19 10:44:11 +10:00
parent 779123f419
commit 5ca5ff1198
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<artifactId>PlotSquared</artifactId>
<version>2.9.16</version>
<version>2.9.17</version>
<name>PlotSquared</name>
<packaging>jar</packaging>
<build>

View File

@ -124,7 +124,7 @@ public class HybridPop extends PlotPopulator {
for (short x = 0; x < 16; x++) {
for (short z = 0; z < 16; z++) {
if (contains(requiredRegion, this.X + x, this.Z + z)) {
if (contains(requiredRegion, x, z)) {
if (this.doFilling) {
for (short y = 1; y < this.plotheight; y++) {
setBlock(x, y, z, this.filling);