]> git.lizzy.rs Git - elidragon.git/blobdiff - skyblock.lua
Several Ajustments
[elidragon.git] / skyblock.lua
index 7e4534fdafad2b06df145f5a0aff159d81a38818..5d733579d920cbf2ecbe00b2d13c02964c3aa7ab 100755 (executable)
@@ -53,9 +53,9 @@ end
 function elidragon.skyblock.load_start_positions()
        local file = io.open(minetest.get_worldpath() .. "/start_positions", "r")
        if file then
-               local data = minetest.deserialize(file:read())
+               local start_positions = minetest.deserialize(file:read())
                file:close()
-               return data
+               return start_positions
        end
 end