You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried using the search feature and it crashed my game.
[18:00:44] [Client thread/FATAL]: Unreported exception thrown!
java.util.ConcurrentModificationException
at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:911)
at java.util.ArrayList$Itr.next(ArrayList.java:861)
at org.polyfrost.chatting.chat.ChatSearchingManager.filterMessages2(ChatSearchingManager.kt:71)
at org.polyfrost.chatting.chat.ChatSearchingManager.filterMessages(ChatSearchingManager.kt:39)
at net.minecraft.client.gui.GuiNewChat.handler$zop000$startCaptureHeight(SourceFile:635)