Corrosive Posted May 31, 2015 Share Posted May 31, 2015 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. Link to comment https://forums.kleientertainment.com/forums/topic/54622-general-bad-code-block-in-rockybrainlua-causing-crashes-for-some-mod-users/ Share on other sites More sharing options...
Recommended Posts
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.