Replacements for "Champions" and "champions" are removed
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good
All checks were successful
forgejo/Czech Quests/addon/pipeline/head This commit looks good
This commit is contained in:
parent
269ab6486b
commit
ab820ccf7e
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ local function FillPlaceholders(text)
|
|||
|
||||
local formatted = text;
|
||||
formatted = string.gsub(formatted, '<name>', playerName);
|
||||
formatted = string.gsub(formatted, 'Champions', playerName);
|
||||
formatted = string.gsub(formatted, 'champions', playerName);
|
||||
|
||||
return formatted
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue