UHC anti-xray; veins can now contain multiple ores. prevents veins occluded by other veins being removed.

This commit is contained in:
Chiss 2014-10-10 19:05:04 +11:00
parent 7d1a62e810
commit b61979a31f
1 changed files with 2 additions and 2 deletions

View File

@ -1414,8 +1414,8 @@ public class UHC extends TeamGame
//Check if in Vein
for (Block veinOre : vein)
{
if (veinOre.getType() != ore.getType())
continue;
//if (veinOre.getType() != ore.getType())
// continue;
if (UtilMath.offset(ore.getLocation(), veinOre.getLocation()) <= 2)
{