SteamWar/FightSystem
Archiviert
13
1

Fixing WaterTechKO

Dieser Commit ist enthalten in:
Lixfel 2019-09-05 19:04:12 +02:00
Ursprung dc6ab130ca
Commit 32d3e9c92f

Datei anzeigen

@ -76,7 +76,7 @@ public class WinconditionWaterTechKO {
for (int z = minZ; z <= maxZ; z++) {
Location location = new Location(Bukkit.getWorlds().get(0), x, y, z);
if (location.getBlock().getType() == Material.STATIONARY_WATER)
teamRedWater.add(location);
teamWater.add(location);
}
}
}