Split search distance in half.

This commit is contained in:
Rootyjr 2019-08-02 14:38:00 -05:00 committed by GitHub
parent 37af2dbba1
commit d11b089bac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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