Undo comments.
This commit is contained in:
parent
33cce620be
commit
a29b22b8be
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user