fix broken mesecons detection
This commit is contained in:
parent
f14e93e17a
commit
c127297254
@ -16,7 +16,7 @@
|
|||||||
local S = function(pos) if pos then return minetest.pos_to_string(pos) end end
|
local S = function(pos) if pos then return minetest.pos_to_string(pos) end end
|
||||||
--local P = minetest.string_to_pos
|
--local P = minetest.string_to_pos
|
||||||
--local M = minetest.get_meta
|
--local M = minetest.get_meta
|
||||||
local has_mesecons = minetest.global_exists("mesecons_mvps")
|
local has_mesecons = minetest.global_exists("mesecon")
|
||||||
|
|
||||||
local NodeInfoCache = {}
|
local NodeInfoCache = {}
|
||||||
local NumbersToBeRecycled = {}
|
local NumbersToBeRecycled = {}
|
||||||
|
Loading…
Reference in New Issue
Block a user