View Single Post
12-04-17, 12:52 AM   #2
Ammako
A Frostmaul Preserver
AddOn Author - Click to view addons
Join Date: Jun 2016
Posts: 256
Not actually a solution to your issue, but PLAYER_ENTERING_WORLD fires at more than just player login, so you may want to make sure your code won't be creating multiple hooks as a result. Wasteful at best, harmful at worst if the hooks end up interfering with each other or causing performance issues.

ADDON_LOADED may be a better choice, but keep in mind that would require your addon to load before VuhDo does.

Last edited by Ammako : 12-04-17 at 12:54 AM.
  Reply With Quote