1
0
mirror of https://github.com/HybridDog/nether-pack.git synced 2025-01-26 09:20:19 +01:00

Slight changes

Following paramats advice.
This commit is contained in:
Megaf 2017-12-20 23:42:48 -02:00 committed by GitHub
parent dfc9657885
commit 175db7fd45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,7 +131,7 @@ local function table_contains(t, v)
end
-- Function from vector_extras - added by Megaf.
local function funcs.get_data_pos_table(tab)
local function get_data_pos_table(tab)
local t,n = {},1
local minz, miny, minx, maxz, maxy, maxx
for z,yxs in pairs(tab) do