forked from VoxeLibre/VoxeLibre
Fix crash when opening trapped chest
This commit is contained in:
parent
3bb0a9003a
commit
1e79148e39
|
@ -319,7 +319,7 @@ register_chest("trapped_chest",
|
||||||
)
|
)
|
||||||
|
|
||||||
register_chest("trapped_chest_on",
|
register_chest("trapped_chest_on",
|
||||||
nil, nil, nil,
|
nil, nil, nil, true,
|
||||||
{receptor = {
|
{receptor = {
|
||||||
state = mesecon.state.on,
|
state = mesecon.state.on,
|
||||||
rules = trapped_chest_mesecons_rules,
|
rules = trapped_chest_mesecons_rules,
|
||||||
|
|
Loading…
Reference in New Issue