wow-rp-addons / LibMSP

The “Mary Sue Protocol” (“MSP” for short) is a simple challenge/response protocol for RP UI add-ons within WoW to communicate with each other and publish text information to other clients (such as RP character names and descriptions).
Creative Commons Zero v1.0 Universal
2 stars 1 forks source link

Fix missing parameter in Process call #22

Closed Meorawr closed 5 years ago

Meorawr commented 5 years ago

Fixes #21.

Not sure on the ramifications of this bug, but this issue has been around ever since the Process function gained its third argument.

The net result is the call being made here was effectively a no-op because the action would always be nothing due to the field name being used, and isSafe would have been nil so no branches could possibly be taken.