diff --git a/core/ShopState.lua b/core/ShopState.lua index d571f71..48c645b 100644 --- a/core/ShopState.lua +++ b/core/ShopState.lua @@ -325,8 +325,8 @@ local node = currency.node if not node and (currency.id == "krist" or currency.id == "carrotpay") then node = "https://krist.dev/" - elseif not node and currency.id == "tenebra" then - node = "https://tenebra.lil.gay/" + elseif not node and currency.id == "crypticore" then + node = "https://crypticore.fso.ovh/" end currency.krypton = Krypton.new({ privateKey = currency.pkey, diff --git a/radon.lua b/radon.lua index 8690687..dfc6316 100644 --- a/radon.lua +++ b/radon.lua @@ -136,7 +136,7 @@ end layoutRendererString = f.readAll() f.close() - local loadedString, err = load(layoutRendererString, layoutFile, "t", setmetatable({ require = require }, {__index = _ENV})) + local loadedString, err = load(layoutRendererString, layoutFile, "c", setmetatable({ require = require }, {__index = _ENV})) if not loadedString then error("Could not load layout file: " .. err) end