Kruptein / PlanarAlly

A companion tool for when you travel into the planes.
https://www.planarally.io/
MIT License
395 stars 73 forks source link

bug(Logic): Fix Request mode behaving as Enabled mode #1223

Closed Kruptein closed 1 year ago

Kruptein commented 1 year ago

The logic permission "Request" was not properly being validated and instead behaved as "Enabled" instead.

Logic requests coming from players are routed through the DM to make sure they are valid and the Request check was not checking the original requester but instead always validating against DM which resulted in the Enabled behaviour.

Fixes #1214