Skip to content

Commit de0a13f

Browse files
safety check
1 parent 906ebf0 commit de0a13f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lovely/misc.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ target = "functions/misc_functions.lua"
204204
pattern = "function localize(args, misc_cat)"
205205
position = "after"
206206
payload = '''
207-
if args and args.vars and type(args.vars) == "table" then
207+
if args and args.vars and type(args.vars) == "table" and Cryptid and Cryptid.is_big then
208208
local reset = {}
209209
for i, j in pairs(args.vars) do
210210
if Cryptid.is_big(j) then

0 commit comments

Comments
 (0)