Forgot to remove debug stuff

This commit is contained in:
Adubbz 2013-11-19 18:43:46 +11:00
parent 22b9a3bfe6
commit fdbba68ef7

View file

@ -99,14 +99,6 @@ public class BOPAchievements
int y = MathHelper.floor_double(player.boundingBox.minY);
int z = MathHelper.floor_double(player.posZ);
for (Achievement ach : biomesOPlentyAchievementList)
{
if (ach != achAllBOP)
{
player.addStat(ach, 1);
}
}
int i = 0;
int biomeID = world.getBiomeGenForCoords(x, z).biomeID;