mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-08-23 00:00:23 +02:00
Updated WorldEdit
This commit is contained in:
@ -23,7 +23,7 @@ end
|
||||
local path = minetest.get_modpath(minetest.get_current_modname())
|
||||
|
||||
local function load_module(path)
|
||||
local file = io.open(path)
|
||||
local file = io.open(path,"r")
|
||||
if not file then return end
|
||||
file:close()
|
||||
return dofile(path)
|
||||
|
Reference in New Issue
Block a user