More bug fixes
This commit is contained in:
parent
69899679e7
commit
6243a32740
90 changed files with 5200 additions and 5212 deletions
10
API.lua
10
API.lua
|
|
@ -782,13 +782,13 @@ for i = 1, #Details.APIText do
|
|||
local text = Details.APIText [i]
|
||||
|
||||
--add the color to the text
|
||||
text = text:gsub ([[@TITLE]], "|c" .. titleColor)
|
||||
text = text:gsub ([[@CODE]], "|c" .. codeColor)
|
||||
text = text:gsub ([[@DESC]], "|c" .. descColor)
|
||||
text = text:gsub ([[@COMMENT]], "|c" .. luacomentColor)
|
||||
text = text:gsub([[@TITLE]], "|c" .. titleColor)
|
||||
text = text:gsub([[@CODE]], "|c" .. codeColor)
|
||||
text = text:gsub([[@DESC]], "|c" .. descColor)
|
||||
text = text:gsub([[@COMMENT]], "|c" .. luacomentColor)
|
||||
|
||||
--add the end color
|
||||
text = text:gsub ([[@]], "|r")
|
||||
text = text:gsub([[@]], "|r")
|
||||
|
||||
Details.APIText [i] = text
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue