Update version and fix compilation issues

This commit is contained in:
NuclearW 2012-01-27 21:43:56 -05:00
parent f93efe54a5
commit 7c60217882
2 changed files with 4 additions and 4 deletions

View File

@ -315,7 +315,7 @@ public class Repair {
if(rank == 0) if(rank == 0)
{ {
if(LoadProperties.mayLoseEnchants()) if(LoadProperties.mayLoseEnchants)
{ {
player.sendMessage(mcLocale.getString("Repair.LostEnchants")); player.sendMessage(mcLocale.getString("Repair.LostEnchants"));
for(Enchantment x : enchants) for(Enchantment x : enchants)
@ -328,7 +328,7 @@ public class Repair {
boolean failure = false, downgrade = false; boolean failure = false, downgrade = false;
if(LoadProperties.mayLoseEnchants()) if(LoadProperties.mayLoseEnchants)
{ {
for(Enchantment x : enchants) for(Enchantment x : enchants)
{ {
@ -341,7 +341,7 @@ public class Repair {
{ {
if(enchantsLvl[pos] > 1) if(enchantsLvl[pos] > 1)
{ {
if(LoadProperties.mayDowngradeEnchants()) if(LoadProperties.mayDowngradeEnchants)
{ {
if(Math.random() * 100 <= getDowngradeChance(rank)) if(Math.random() * 100 <= getDowngradeChance(rank))
{ {

View File

@ -1,6 +1,6 @@
name: mcMMO name: mcMMO
main: com.gmail.nossr50.mcMMO main: com.gmail.nossr50.mcMMO
version: 1.2.08 version: 1.2.09-dev
softdepend: [Spout] softdepend: [Spout]
author: TheYeti author: TheYeti
description: mcMMO takes core Minecraft game mechanics and expands them to add an extensive RPG experience, the goal of the project has always been a quality RPG experience. Everything in mcMMO is carefully thought out and is constantly improving. mcMMO adds eleven skills to train in and level in, while also offering a high level of customization for server admins. There are countless features, including custom sounds, graphical elements, and more added when running mcMMO in conjunction with Spout. I carefully read feedback and evaluate the mechanics of mcMMO in every update to provide an ever-evolving experience. description: mcMMO takes core Minecraft game mechanics and expands them to add an extensive RPG experience, the goal of the project has always been a quality RPG experience. Everything in mcMMO is carefully thought out and is constantly improving. mcMMO adds eleven skills to train in and level in, while also offering a high level of customization for server admins. There are countless features, including custom sounds, graphical elements, and more added when running mcMMO in conjunction with Spout. I carefully read feedback and evaluate the mechanics of mcMMO in every update to provide an ever-evolving experience.