mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2025-01-24 05:11:33 +01:00
promise_tech: disable unnecessary luacheck errors
This commit is contained in:
parent
0ca3842b40
commit
514a9346ac
@ -53,7 +53,9 @@ local f = function(val) end
|
||||
-- Table tweaks (because this is for Minetest)
|
||||
--- @class table
|
||||
local table = table
|
||||
-- @diagnostic disable-next-line
|
||||
if not table.unpack then table.unpack = unpack end
|
||||
-- @diagnostic disable-next-line
|
||||
table.join = function(tbl, sep)
|
||||
local function fn_iter(tbl,sep,i)
|
||||
if i < #tbl then
|
||||
|
Loading…
Reference in New Issue
Block a user