Skip to content

Commit

Permalink
Fix /zt version
Browse files Browse the repository at this point in the history
  • Loading branch information
Anonomit committed Feb 19, 2023
1 parent b17a7f5 commit 44bc4dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ZeraTooltip.lua
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function Addon:OnEnable()

self.chatArgs = {}
do
local function PrintVersion() self:Printf("Version: %s", tostring(self.Version)) end
local function PrintVersion() self:Printf("Version: %s", tostring(self.version)) end
for _, arg in ipairs{"version", "vers", "ver", "v"} do self.chatArgs[arg] = PrintVersion end
end
self:CreateOptions()
Expand Down

0 comments on commit 44bc4dd

Please sign in to comment.