master
Pascal Abresch 2019-09-04 11:03:25 +02:00
parent 27f1942e3d
commit 3659a09133
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ local MODFILES = minetest.get_dir_list(PATH, false)
spacenum = 20 - string.len(NAME)
minetest.debug("" .. NAME .. string.rep(" ",spacenum) .. "init")
-- This assumes that the lua/ subdir contain lua code only.
-- This assumes that the lua/ subdir contains lua code only.
for i=1,table.getn(MODFILES),1
do