drawers
drawers copied to clipboard
Crash when sending a digiline signal which is non-coercible to an ItemStack to a drawer controller
I discovered this bug when trying to fix something on the Pandorabox server.
How to reproduce
Send a digiline signal that is not a string, nil, or a table to a drawer controller. The drawer controller will then try to coerce it into a ItemStack
, causing a crash.
The game crashes at /lua/controller.lua:381
.