ddbrown30 / sfc

GNU General Public License v3.0
0 stars 3 forks source link

only the user making the change runs the hooks #36

Closed bloy closed 8 months ago

bloy commented 8 months ago

Added a guard around all of the item and character update hooks so that only the user making the change will actually run the update hooks.

If this is not in place, every logged in user that does not have permission to modify the changed user will receive a permissions toast error.

ddbrown30 commented 8 months ago

Thanks :)