Skip to content

Commit

Permalink
Fixed another oopsie
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLastDarkthorne committed Oct 10, 2022
1 parent 4cb6bad commit bb0cb17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"package": "AchaeaChatTabs",
"version": "1.0.3",
"version": "1.0.4",
"author": "Erikka, Demonnic",
"title": "Chat tabs for Achaea",
"outputFile": true
Expand Down
4 changes: 2 additions & 2 deletions src/scripts/AchaeaChatTabs/ChatTabs.lua
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ end

local channelToTab = {
ct = "City",
armytell = "City",
art = "City",
ht = "House",
hnt = "House",
gt = "Group",
Expand All @@ -73,7 +73,7 @@ local channelToTab = {
emotes = "Local",
ot = "Order",
newbie = "Misc",
market = "Misc",
market = "Misc"
}

local function addNDBdecho(txt)
Expand Down

0 comments on commit bb0cb17

Please sign in to comment.