I am adding this AddPrefabPostinit to my modmain AddPrefabPostInit("diviningrod", function(inst)if GLOBAL.GetPlayer().prefab == "trent" then inst:AddTag("sharp") inst:AddComponent("weapon") inst.components.weapon:SetDamage(55)endend)and it gives me this error [00:01:20]: error calling PrefabPostInit: diviningrod in mod Trent - DST (Trent Character): [string "../mods/Trent - DST/modmain.lua"]:67: attempt to index a nil valueWhat am I doing wrong?