Add files via upload

This commit is contained in:
loosewheel
2022-02-15 06:31:00 +10:00
committed by GitHub
parent 1a450bdc2a
commit 76a8d37edb
7 changed files with 477 additions and 3 deletions

View File

@@ -165,7 +165,7 @@ local function detect (pos)
local object = minetest.get_objects_inside_radius (pos, radius + 0.5)
local detected_list = { }
for i = 1, #object do
for i = 1, #object, 1 do
if object[i]:is_player () then
-- player