Jump to content

[General] - Bad code block in rockybrain.lua causing crashes for some mod users.


Corrosive

Recommended Posts

Bug Submission:

Category: General

Issue Title: Bad code block in rockybrain.lua causing crashes for some mod users.

Issue Description: After seeing a couple of posts with the same error, I took a look into rockybrain.lua:

Line 32-34:

local function CanPickup(inst)

return item.components.inventoryitem.canbepickedup and item:GetTimeAlive() >= 8 and item:IsOnValidGround()

end

Pretty obvious error there. (inst vs. item)

Steps to Reproduce: Play game with a mod that uses rockybrain.lua.

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...