Possible fix for not registering right click air events.

This commit is contained in:
GJ
2012-02-27 23:38:33 -05:00
parent 8ad4e20cab
commit 2b9baaf0ea
4 changed files with 6 additions and 4 deletions

View File

@ -94,7 +94,8 @@ public class Skills
}
}
public static void monitorSkill(Player player, PlayerProfile PP, long curTime, SkillType skill){
public static void monitorSkill(Player player, PlayerProfile PP, long curTime, SkillType skill)
{
ToolType tool = skill.getTool();
AbilityType ability = skill.getAbility();
if(tool.getToolMode(PP) && curTime - (tool.getToolATS(PP) * 1000) >= 4000)