Advertisement
Guest User

Untitled

a guest
Jul 6th, 2016
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.04 KB | None | 0 0
  1. java.util.ConcurrentModificationException
  2. at java.util.ArrayList.removeIf(ArrayList.java:1411)
  3. at net.elseland.xikage.MythicMobs.Skills.Mechanics.ProjectileMechanic$ProjectileTracker.<init>(ProjectileMechanic.java:381)
  4. at net.elseland.xikage.MythicMobs.Skills.Mechanics.ProjectileMechanic.castAtLocation(ProjectileMechanic.java:169)
  5. at net.elseland.xikage.MythicMobs.Skills.Mechanics.ProjectileMechanic.castAtEntity(ProjectileMechanic.java:179)
  6. at net.elseland.xikage.MythicMobs.Skills.SkillMechanic.lambda$executeTargetedEntitySkill$0(SkillMechanic.java:348)
  7. at java.lang.Iterable.forEach(Iterable.java:75)
  8. at net.elseland.xikage.MythicMobs.Skills.SkillMechanic.executeTargetedEntitySkill(SkillMechanic.java:344)
  9. at net.elseland.xikage.MythicMobs.Skills.SkillMechanic.executeSkills(SkillMechanic.java:305)
  10. at net.elseland.xikage.MythicMobs.Skills.SkillMechanic.execute(SkillMechanic.java:184)
  11. at net.elseland.xikage.MythicMobs.Skills.MetaSkill.execute(MetaSkill.java:108)
  12. at net.elseland.xikage.MythicMobs.Skills.MetaSkill.execute(MetaSkill.java:85)
  13. at net.elseland.xikage.MythicMobs.Skills.Mechanics.SkillSkill.cast(SkillSkill.java:60)
  14. at net.elseland.xikage.MythicMobs.Skills.SkillMechanic.executeMetaSkill(SkillMechanic.java:365)
  15. at net.elseland.xikage.MythicMobs.Skills.SkillMechanic.executeSkills(SkillMechanic.java:256)
  16. at net.elseland.xikage.MythicMobs.Skills.SkillMechanic.execute(SkillMechanic.java:184)
  17. at net.elseland.xikage.MythicMobs.Skills.Skill.ExecuteTimerSkills(Skill.java:586)
  18. at net.elseland.xikage.MythicMobs.Skills.Skill.RunTimerSkills(Skill.java:556)
  19. at net.elseland.xikage.MythicMobs.Clock.MythicMobsAsyncClock.run(MythicMobsAsyncClock.java:23)
  20. at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftTask.run(CraftTask.java:71)
  21. at org.bukkit.craftbukkit.v1_10_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
  22. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  23. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  24. at java.lang.Thread.run(Thread.java:745)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement