Re-order morphs

This commit is contained in:
samczsun 2016-12-24 17:38:09 -05:00
parent 81d769db5b
commit fe8823c134

View File

@ -391,10 +391,10 @@ public class GadgetManager extends MiniPlugin
addGadget(new MorphMetalMan(this));
addGadget(new MorphTurkey(this));
addGadget(new MorphChristmasKing(this));
addGadget(new MorphDinnerbone(this));
// Not in this update
//addGadget(new MorphStray(this));
addGadget(new MorphSanta(this));
addGadget(new MorphDinnerbone(this));
// Particles
addGadget(new ParticleFoot(this));