Fixed mobs.

This commit is contained in:
Virizion 2016-01-23 05:00:14 -05:00
parent a359c4f8b6
commit a747426fa0
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@ public class SpeedBuilders extends SoloGame
}
if (add)
_buildData.add(new BuildData(entry.getValue().get(0).clone().subtract(0.5, 0, 0.5), ChatColor.translateAlternateColorCodes('&', entry.getKey()), this));
_buildData.add(buildData);
}
for (Location loc : WorldData.GetDataLocs("YELLOW"))