Fixing WaterTechKO
Dieser Commit ist enthalten in:
Ursprung
dc6ab130ca
Commit
32d3e9c92f
@ -76,7 +76,7 @@ public class WinconditionWaterTechKO {
|
|||||||
for (int z = minZ; z <= maxZ; z++) {
|
for (int z = minZ; z <= maxZ; z++) {
|
||||||
Location location = new Location(Bukkit.getWorlds().get(0), x, y, z);
|
Location location = new Location(Bukkit.getWorlds().get(0), x, y, z);
|
||||||
if (location.getBlock().getType() == Material.STATIONARY_WATER)
|
if (location.getBlock().getType() == Material.STATIONARY_WATER)
|
||||||
teamRedWater.add(location);
|
teamWater.add(location);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren