mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-19 09:31:07 +01:00
Split search distance in half.
This commit is contained in:
parent
37af2dbba1
commit
d11b089bac
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ local bobber_ENTITY={
|
|||
local fish = function(itemstack, player)
|
||||
local pos = player:get_pos()
|
||||
|
||||
local objs = minetest.get_objects_inside_radius(pos, 250)
|
||||
local objs = minetest.get_objects_inside_radius(pos, 125)
|
||||
local num = 0
|
||||
local ent = nil
|
||||
local noent = true
|
||||
|
|
Loading…
Reference in a new issue