You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
according to the author of PerspectivePlates, it seems to only be one line of code that needs to be added. I took a look at biji plates and tried adding that single line of code but to no avail (lack of knowledge as to where to put it, placed it inside of options).
Lines of code related to "PerspectivePlates" inside of BijiPlates.lua:
if Apollo.GetAddon("PerspectivePlates") ~= nil
then
Apollo.GetAddon("PerspectivePlates"):OnRequestedResize(tNameplate)
end
The text was updated successfully, but these errors were encountered:
according to the author of PerspectivePlates, it seems to only be one line of code that needs to be added. I took a look at biji plates and tried adding that single line of code but to no avail (lack of knowledge as to where to put it, placed it inside of options).
Lines of code related to "PerspectivePlates" inside of BijiPlates.lua:
if Apollo.GetAddon("PerspectivePlates") ~= nil
then
Apollo.GetAddon("PerspectivePlates"):OnRequestedResize(tNameplate)
end
The text was updated successfully, but these errors were encountered: