1
0
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:
LeMagnesium
2015-05-19 20:28:05 +02:00
parent b8cee76680
commit 2ffbab6556
4 changed files with 45 additions and 28 deletions

View File

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