1
0
mirror of https://github.com/mt-mods/pipeworks.git synced 2025-05-11 05:10:22 +02:00

add comment pointing to fluxionary issue

This commit is contained in:
Luke aka SwissalpS 2023-06-13 03:09:15 +02:00
parent 802c1e73c6
commit 2a7cd1f1fa

View File

@ -41,6 +41,7 @@ local function has_room_for_in(list_src, list_dst)
if i == 0 then return false end -- sanity check jic if i == 0 then return false end -- sanity check jic
-- copy destination list indexing list -- copy destination list indexing list
-- For reason why, see: https://github.com/fluxionary/minetest-futil/issues/2
local dst = {} local dst = {}
local stack, name local stack, name
local indexes = { __empty__ = {} } local indexes = { __empty__ = {} }