From 02b1fb0a7fda85b14c7a98688f22bd7468185020 Mon Sep 17 00:00:00 2001 From: TheRealNova422-real Date: Fri, 31 Jan 2025 13:14:38 +1100 Subject: [PATCH] Fixed Another Crash just one --- Cryptid.lua | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Cryptid.lua b/Cryptid.lua index ef6da4190..74c06e4bf 100644 --- a/Cryptid.lua +++ b/Cryptid.lua @@ -18,6 +18,11 @@ -- Enables debug features (I think this is currently useless.) --Cryptid.debug = true +-- Initialize some important variables (taken from refactor) +if not Cryptid then + Cryptid = {} +end + -- Save the mod path permanently. local mod_path = "" .. SMODS.current_mod.path -- Load Options