Undo comments.

This commit is contained in:
TadahTech 2016-06-23 03:12:49 -05:00
parent 33cce620be
commit a29b22b8be

View File

@ -249,7 +249,7 @@ public class NewsManager extends MiniPlugin
} }
} }
/* @EventHandler @EventHandler
public void DragonBarUpdate(UpdateEvent event) public void DragonBarUpdate(UpdateEvent event)
{ {
if (event.getType() != UpdateType.FASTEST) if (event.getType() != UpdateType.FASTEST)
@ -296,10 +296,10 @@ public class NewsManager extends MiniPlugin
} }
else if (Manager.Type == HubType.Halloween) else if (Manager.Type == HubType.Halloween)
{ {
*//** /**
* @author Mysticate * @author Mysticate
* Myst's sexy ass animation :> * Myst's sexy ass animation :>
*//* */
_animationIndex = (_animationIndex + 1) % 147; _animationIndex = (_animationIndex + 1) % 147;
@ -457,5 +457,5 @@ public class NewsManager extends MiniPlugin
((MorphWither)gadget).setWitherData(text, healthPercent); ((MorphWither)gadget).setWitherData(text, healthPercent);
} }
} }
}*/ }
} }