This is handled already in the gamestate

This commit is contained in:
Scott Burns
2019-05-23 02:03:30 +02:00
committed by Lucas
parent ddca023893
commit db7604e5d1

View File

@@ -321,13 +321,6 @@ public class XpDropPlugin extends Plugin
return;
}
if (client.getGameState() != GameState.LOGGED_IN)
{
damage = 0;
tickShow = 0;
return;
}
if (event.getSkill().equals(Skill.HITPOINTS))
{
final double oldExp = hpExp;