Update 'pipeworks/init.lua'

This commit is contained in:
Milan2018 2021-04-27 12:18:37 +02:00
parent 774e1d4375
commit da3964dfc5
1 changed files with 2 additions and 2 deletions

View File

@ -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