Update 'pipeworks/init.lua'
This commit is contained in:
parent
774e1d4375
commit
da3964dfc5
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
mesecon=mesecon or {}
|
||||
local function pdefile(n,...)
|
||||
local ok,err=pcall(defile,n,...)
|
||||
local function pdofile(n,...)
|
||||
local ok,err=pcall(dofile,n,...)
|
||||
if not ok then
|
||||
minetest.after(60,minetest.chat_send_all,"*** Error: "..err)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue