Closed ghost closed 8 years ago
Setting the preference enable_item_drop to false does not work. I believe the cause is line 71 in item_pickup.lua:
local item_drop = core.setting_getbool("enable_item_drop") or true
will always evaluate to true.
@zing269 Ups, will be fixed soon, thank you. :smiley:
Setting the preference enable_item_drop to false does not work. I believe the cause is line 71 in item_pickup.lua:
local item_drop = core.setting_getbool("enable_item_drop") or true
will always evaluate to true.