Skip to content

Commit 19a2987

Browse files
committed
fix another luacheck lint
1 parent 746d78d commit 19a2987

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mods/ctf/ctf_tnt/init.lua

-1
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ end
161161

162162
local function entity_physics(pos, radius, drops, owner, owner_team)
163163
local objs = minetest.get_objects_inside_radius(pos, radius)
164-
local meta = minetest.get_meta(pos)
165164
for _, obj in pairs(objs) do
166165
local obj_pos = obj:get_pos()
167166
local dist = math.max(1, vector.distance(pos, obj_pos))

0 commit comments

Comments
 (0)