New Impling Exceptions

Seeing a very large quantity of these on the test server logs

java.lang.IndexOutOfBoundsException: Index 0 out of bounds for length 0 at java.base/jdk.internal.util.Preconditions.outOfBounds(Preconditions.java:64) at java.base/jdk.internal.util.Preconditions.outOfBoundsCheckIndex(Preconditions.java:70) at java.base/jdk.internal.util.Preconditions.checkIndex(Preconditions.java:248) at java.base/java.util.Objects.checkIndex(Objects.java:372) at java.base/java.util.ArrayList.remove(ArrayList.java:536) at content.global.skill.hunter.implings.ImplingController$Companion.clearSomeImplings(ImplingController.kt:53) at content.global.skill.hunter.implings.ImplingController.tick(ImplingController.kt:19) at core.worker.MajorUpdateWorker.handleTickActions(MajorUpdateWorker.kt:98) at core.worker.MajorUpdateWorker.handleTickActions$default(MajorUpdateWorker.kt:88) at core.worker.MajorUpdateWorker.worker$lambda$1(MajorUpdateWorker.kt:39) at java.base/java.lang.Thread.run(Thread.java:829)