Added a balloon to the menu

This commit is contained in:
LCastr0 2016-12-25 16:12:05 -02:00
parent 45d4e5ce6e
commit 7e6810e10f
1 changed files with 2 additions and 1 deletions

View File

@ -57,6 +57,7 @@ import mineplex.core.gadget.gadgets.arrowtrail.shadow.ArrowTrailShadow;
import mineplex.core.gadget.gadgets.arrowtrail.titan.ArrowTrailTitan;
import mineplex.core.gadget.gadgets.arrowtrail.vampire.ArrowTrailBlood;
import mineplex.core.gadget.gadgets.arrowtrail.wisdom.ArrowTrailEnchant;
import mineplex.core.gadget.gadgets.balloons.BabyCowBalloon;
import mineplex.core.gadget.gadgets.death.candycane.DeathCandyCane;
import mineplex.core.gadget.gadgets.death.christmas.DeathPresentDanger;
import mineplex.core.gadget.gadgets.death.cupidslove.DeathCupidsBrokenHeart;
@ -531,7 +532,7 @@ public class GadgetManager extends MiniPlugin
}*/
// Balloons
//addGadget(new BabyCowBalloon(this));
addGadget(new BabyCowBalloon(this));
// TAUNTS!!!
addGadget(new EternalTaunt(this));