Closed ShadeAware closed 3 months ago
Immediate CTD when using HBM's Nuclear Tech and opening a bomb kit with any hazmat gear, closing with an java.lang.IndexOutOfBoundsException.
See https://pastebin.com/kaiZh668 for full log.
https://github.com/yeelp/Distinct-Damage-Descriptions/blob/2fb78d3e72321b4cd4f31e6154c2f5e1e22af617/src/main/java/yeelp/distinctdamagedescriptions/handlers/TooltipHandler.java#L26
The first argument that is a constant 1 may throw an array index exception, should check tooltip length first.
Immediate CTD when using HBM's Nuclear Tech and opening a bomb kit with any hazmat gear, closing with an java.lang.IndexOutOfBoundsException.
See https://pastebin.com/kaiZh668 for full log.