File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change 1010## Version : @project-version@
1111## IconTexture : Interface\Addons\DialogKey_Numy\media\icon
1212## SavedVariables : DialogKeyNumyDB
13- ## OptionalDeps : Immersion
1413## X-Curse-Project-ID : 1098587
1514## X-Wago-ID : BKpqVyGE
1615
Original file line number Diff line number Diff line change @@ -54,11 +54,6 @@ DialogKey.proxyFrameIndex = 0
5454DialogKey .activeOverrideBindings = {}
5555
5656function DialogKey :OnInitialize ()
57- if C_AddOns .IsAddOnLoaded (" Immersion" ) then
58- self :print (" Immersion AddOn detected." )
59- self :print (" The Immersion addon is known to conflict with DialogKey!" )
60- self :print (" Please check your addon settings before reporting bugs." )
61- end
6257 DialogKeyNumyDB = DialogKeyNumyDB or {}
6358 self .db = DialogKeyNumyDB
6459 for k , v in pairs (ns .defaultOptions ) do
You can’t perform that action at this time.
0 commit comments