CarlOmega / examine-log

Examine log
BSD 2-Clause "Simplified" License
0 stars 1 forks source link

Fixed log popup not appearing on new examine #4

Closed jbcaud closed 1 month ago

jbcaud commented 1 month ago

This closes #3

It revises the componentId used to open the interface within the RuneLite client. It seems the hardcoded value that was used before in the RuneLite examples is outdated, as it utilizes 161 and the new top level interface id is 164 (at least on my version). To make it more versatile, I have simply called the client's getTopLevelInterfaceId function and used that instead of a hardcoded value.

CarlOmega commented 1 month ago

Thanks have merged and pending changes to plugin hub. I've been busy all day only got time to have a look now.