updated condition

This commit is contained in:
Chr1Z93 2024-07-19 11:37:05 +02:00
parent 2a65cf0375
commit cdced5202a

View File

@ -70,7 +70,7 @@ do
}
-- use secondary api (arkham.build) if deckid is too long
if string.len(deckId) > 9 then
if string.len(deckId) == 15 then
deckUri = { configuration.api_uri2, deckId }
end