Trace Refactor #233
@ -107,7 +107,7 @@ public class TNTRecord {
|
|||||||
if (Region.getRegion(destroyedBlock.getLocation()).inRegion(destroyedBlock.getLocation(), RegionType.BUILD, RegionExtensionType.EXTENSION))
|
if (Region.getRegion(destroyedBlock.getLocation()).inRegion(destroyedBlock.getLocation(), RegionType.BUILD, RegionExtensionType.EXTENSION))
|
||||||
buildDestroy = true;
|
buildDestroy = true;
|
||||||
if (Region.getRegion(destroyedBlock.getLocation()).inRegion(destroyedBlock.getLocation(), RegionType.TESTBLOCK, RegionExtensionType.EXTENSION))
|
if (Region.getRegion(destroyedBlock.getLocation()).inRegion(destroyedBlock.getLocation(), RegionType.TESTBLOCK, RegionExtensionType.EXTENSION))
|
||||||
buildDestroy = true;
|
testblockDestroy = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
destroyedBuildArea = buildDestroy;
|
destroyedBuildArea = buildDestroy;
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren