This commit is contained in:
drtshock
2013-10-13 23:47:37 -05:00
parent 361f2759a3
commit 26d6f8a3ce
4 changed files with 4 additions and 41 deletions
@@ -83,7 +83,6 @@ public class EconomyOperations {
player.sendMessage(Lang.TITLE.toString() + Lang.COST_TO_CREATE.toString().replaceAll("%price", "" + cost));
return true;
}
return false;
}