mirror of
https://github.com/mt-mods/pipeworks.git
synced 2024-12-26 02:40:23 +01:00
Squelch a warning if no mesecons.
This commit is contained in:
parent
82c03466d7
commit
66cfc745e1
@ -3,7 +3,7 @@
|
|||||||
local pipereceptor_on = nil
|
local pipereceptor_on = nil
|
||||||
local pipereceptor_off = nil
|
local pipereceptor_off = nil
|
||||||
|
|
||||||
if mesecon then
|
if minetest.get_modpath("mesecons") then
|
||||||
pipereceptor_on = {
|
pipereceptor_on = {
|
||||||
receptor = {
|
receptor = {
|
||||||
state = mesecon.state.on,
|
state = mesecon.state.on,
|
||||||
|
Loading…
Reference in New Issue
Block a user