Fixed build destroy and testblock destroy flags
Einige Prüfungen sind fehlgeschlagen
SteamWarCI Build failed

Dieser Commit ist enthalten in:
D4rkr34lm 2024-03-18 22:47:16 +01:00
Ursprung 5ec9fbb6e0
Commit 10a63f1876

Datei anzeigen

@ -107,7 +107,7 @@ public class TNTRecord {
if (Region.getRegion(destroyedBlock.getLocation()).inRegion(destroyedBlock.getLocation(), RegionType.BUILD, RegionExtensionType.EXTENSION))
buildDestroy = true;
if (Region.getRegion(destroyedBlock.getLocation()).inRegion(destroyedBlock.getLocation(), RegionType.TESTBLOCK, RegionExtensionType.EXTENSION))
buildDestroy = true;
testblockDestroy = true;
}
destroyedBuildArea = buildDestroy;