summaryrefslogtreecommitdiffstats
path: root/Server/Plugins/APIDump/Hooks/OnDropSpense.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-09-21Implement Dropspenser Hook (#4903)KrystilizeNevaDies1-0/+26
* Implement Dropspenser Hook Implemented a hook for dropspensing. HOOK_DROPSPENSE When plugin callback returns true then dropspense is cancelled * Update src/Bindings/PluginManager.h Co-authored-by: peterbell10 <peterbell10@live.co.uk> * Create OnDropSpense.lua * Fix indent * Forgot include Forgot to include the plugin manager. Although now im confused why it was working on my end without including the plugin manager * Update plugins.lua with dropspense * fix typos * haha notepad++ go brr Co-authored-by: peterbell10 <peterbell10@live.co.uk>