Fixed build destroy and testblock destroy flags
Einige Prüfungen sind fehlgeschlagen
SteamWarCI Build failed
Einige Prüfungen sind fehlgeschlagen
SteamWarCI Build failed
Dieser Commit ist enthalten in:
Ursprung
5ec9fbb6e0
Commit
10a63f1876
@ -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;
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren