Skip to content

Commit 8cff862

Browse files
committed
Prevent the same silly lil mistake from happening in the future :)
1 parent af14a31 commit 8cff862

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ local ns = select(2, ...);
44

55
--@debug@
66
_G.Numdelicious_QoL_Tweaks = ns;
7-
if not _G.NQT then _G.NQT = ns; end
7+
if not _G.NumQT then _G.NumQT = ns; end
88
--@end-debug@
99

1010
--- @class NQT_Main: AceAddon, AceConsole-3.0, AceHook-3.0, AceEvent-3.0

0 commit comments

Comments
 (0)