Skip to content

Commit afd70af

Browse files
committed
Removed the warning about Immersion
1 parent 9beeee5 commit afd70af

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

DialogKey_Numy.toc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
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

main.lua

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,6 @@ DialogKey.proxyFrameIndex = 0
5454
DialogKey.activeOverrideBindings = {}
5555

5656
function 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

0 commit comments

Comments
 (0)