fixed luacheck

This commit is contained in:
theFox6 2018-05-08 16:26:00 +02:00
parent b916493280
commit 4d8c0f18cd
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@ read_globals = {
"minetest",
"dump", "vector",
"VoxelManip", "VoxelArea",
table = { fields = { "copy" } }
table = { fields = { "copy" } },
"lightning",
}