Update BuildCraftEnergy.java

This commit is contained in:
fabricator77 2014-04-03 12:42:26 +10:30
parent a016be6919
commit f466217553

View file

@ -290,7 +290,7 @@ public class BuildCraftEnergy extends BuildCraftMod {
}
}
throw new BiomeIdLimitExceptio(biomeName);
throw new BiomeIdLimitException(biomeName);
}
@EventHandler