Hotfix
This commit is contained in:
parent
ec4dd25b36
commit
d3629c857e
2 changed files with 2 additions and 2 deletions
|
|
@ -17,5 +17,5 @@
|
|||
"conflicts": [
|
||||
"Jen"
|
||||
],
|
||||
"version": "1.7.9"
|
||||
"version": "1.7.10"
|
||||
}
|
||||
|
|
@ -93,7 +93,7 @@ for _, v in pairs({
|
|||
{"tag_cry_scope", "Scope", 5, 7, 3},
|
||||
{"tag_cry_banana", "Banana", 0, 8, 4},
|
||||
}) do
|
||||
if v[1] and Cryptid or v[1]:sub(1, 7) ~= "tag_cry" then
|
||||
if v[1] and (Cryptid or v[1]:sub(1, 7) ~= "tag_cry") then
|
||||
SMODS.Consumable {
|
||||
key = "token_" .. v[1],
|
||||
set = "jane_tokens",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue