Skip to content

Commit af14a31

Browse files
committed
Fix a silly lil error (closes #1)
1 parent edc4be2 commit af14a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/MiscTweaks.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
local addonName = ...
22
--- @class NQT_NS
3-
local ns = select(2, ...);
3+
local NQT = select(2, ...);
44

55
local Main = NQT.Main;
66
local L = NQT.L;

0 commit comments

Comments
 (0)