Fix crash when opening trapped chest

This commit is contained in:
Wuzzy 2017-03-30 17:24:12 +02:00
parent 3bb0a9003a
commit 1e79148e39
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ register_chest("trapped_chest",
)
register_chest("trapped_chest_on",
nil, nil, nil,
nil, nil, nil, true,
{receptor = {
state = mesecon.state.on,
rules = trapped_chest_mesecons_rules,