Total-RP / Total-RP-3

The best roleplaying add-on for World of Warcraft.
http://curse.totalrp.com
Apache License 2.0
33 stars 19 forks source link

Check launcher action validity for tooltip instructions #902

Closed Solanya closed 1 month ago

Solanya commented 1 month ago

When writing the launcher tooltip instructions, we parse each action's name to add it at the bottom. However, if an action was bound to a module (say, Extended) that is subsequently disabled, the action doesn't exist anymore, causing the tooltip to error out.

This change just checks whether the action is valid before trying to add it at the bottom of the tooltip, so the instruction just gets skipped otherwise.