Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
timestamp typo
  • Loading branch information
grimmier378 committed Mar 21, 2024
1 parent f705063 commit b58cfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Expand Up @@ -154,7 +154,7 @@ function ChatWin.EventChat(channelID, eventName, line)
end
-- end
end
if timestamps then
if timeStamps then
local tStamp = mq.TLO.Time.Time24()
line = string.format("%s %s",tStamp,line)
end
Expand Down

0 comments on commit b58cfcf

Please sign in to comment.