Skip to content

Commit 874f3c0

Browse files
authored
get outta main
1 parent 6804956 commit 874f3c0

File tree

1 file changed

+0
-21
lines changed

1 file changed

+0
-21
lines changed

lib/misc.lua

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -482,27 +482,6 @@ function cry_bonusvouchermod(mod)
482482
end
483483
end
484484

485-
function save_cryptid()
486-
local data = {
487-
shinytags = {},
488-
}
489-
data.shinytags = copy_table(Cryptid.shinytagdata)
490-
compress_and_save(G.SETTINGS.profile .. "/" .. "cryptidsave.jkr", STR_PACK(data))
491-
end
492-
493-
local sppref = set_profile_progress
494-
function set_profile_progress()
495-
sppref()
496-
if not Cryptid.shinytagdata.init then
497-
for k, v in pairs(G.P_TAGS) do
498-
if Cryptid.shinytagdata[k] == nil then
499-
Cryptid.shinytagdata.init = true
500-
Cryptid.shinytagdata[k] = false
501-
end
502-
end
503-
end
504-
end
505-
506485
Cryptid.big_num_whitelist = {
507486
j_ride_the_bus = true,
508487
j_egg = true,

0 commit comments

Comments
 (0)