Fixed some gadget stuff

This commit is contained in:
Chiss 2014-06-11 12:14:21 +10:00
parent 661a869116
commit 6a1ffcd3b7
2 changed files with 2 additions and 4 deletions

View File

@ -33,9 +33,8 @@ public class ItemTNT extends ItemGadget
{
super(manager, "TNT", new String[]
{
C.cWhite + "Throw some TNT!",
C.cWhite + "Players hit by it will drop",
C.cWhite + "some gems for you to steal!",
C.cWhite + "Blow some people up!",
C.cWhite + "KABOOM!",
},
-1,
Material.TNT, (byte)0,

View File

@ -131,7 +131,6 @@ public abstract class ItemGadget extends Gadget
else
{
UtilPlayer.message(player, F.main("Gadget", "You do not have enough Gems to use "+this.GetName()+"."));
UtilPlayer.message(player, F.main("Gadget", "Purchase Gems at " + F.elem(C.cGreen + C.Bold + "www.mineplex.com/shop")) + "!");
Disable(player);
return;
}