Skip to content

Commit

Permalink
TOC Version Update
Browse files Browse the repository at this point in the history
Small Fix for a bug with profanity filter and null error.
  • Loading branch information
Xruptor committed Sep 19, 2021
1 parent 174e279 commit 47220ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion XanChat.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1639,7 +1639,7 @@ function addon:EnableAddon()
initUpdateCurrentPlayer()

--turn off profanity filter
SetCVar("profanityFilter", 0)
C_CVar.SetCVar("profanityFilter", 0)

--do the sticky channels list
addon:EnableStickyChannelsList()
Expand Down
4 changes: 2 additions & 2 deletions XanChat.toc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## Interface: 90005
## Interface: 90100
## Title: xanChat
## Notes: A very minimalistic chat modification addon.
## Author: Xruptor
## Version: 9.0
## Version: 9.1
## X-Curse-Project-ID: 28603
## X-WoWI-ID: 18787
## OptionalDeps: tekDebug
Expand Down

0 comments on commit 47220ed

Please sign in to comment.