Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When Carbonite and Handynotes addons are enabled, Handynotes not showing icons on minimap #1

Open
msoky opened this issue Mar 8, 2021 · 1 comment

Comments

@msoky
Copy link

msoky commented Mar 8, 2021

Hello, when you use carbonite + handynotes addons together, then handynotes does not work when you stay on place (icons not show on minimap) but when you move, everything is okay and icons is showing on minimap

screenshots: IrcDirk/Carbonite-Classic#81

@artscout
Copy link

I did local fix for myself:

at the end of function Nx.Map:MinimapDetachFrms() in nxmap.lua
add this:
if HandyNotes then
HandyNotes:UpdateMinimap()
end

before dock:MinimapDetachFrms()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants