We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906ebf0 commit de0a13fCopy full SHA for de0a13f
1 file changed
lovely/misc.toml
@@ -204,7 +204,7 @@ target = "functions/misc_functions.lua"
204
pattern = "function localize(args, misc_cat)"
205
position = "after"
206
payload = '''
207
-if args and args.vars and type(args.vars) == "table" then
+if args and args.vars and type(args.vars) == "table" and Cryptid and Cryptid.is_big then
208
local reset = {}
209
for i, j in pairs(args.vars) do
210
if Cryptid.is_big(j) then
0 commit comments