Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. Caused by: java.util.ConcurrentModificationException
  2. at java.util.ArrayList$Itr.checkForComodification(Unknown Source) ~[?:1.8.0_192]
  3. at java.util.ArrayList$Itr.next(Unknown Source) ~[?:1.8.0_192]
  4. at ru.lisenochek.mcrust.objects.blockMechanic.Recycler.stopWork(Recycler.java:129) ~[?:?]
  5. at ru.lisenochek.mcrust.listeners.RecyclerListener.onClickGUI(RecyclerListener.java:107) ~[?:?]
  6. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_192]
  7. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_192]
  8. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_192]
  9. at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_192]
  10. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[server.jar:git-Spigot-642f6d2-57ab4cf]
  11. ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement