Skip to content

Commit

Permalink
increase itempickup
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Aug 2, 2022
1 parent 4665f01 commit 8827679
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mods/super_sam/itempickup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ local function check_for_pickups()
check_player_for_pickups(player)
end

minetest.after(0.1, check_for_pickups)
minetest.after(0, check_for_pickups)
end
minetest.after(0.1, check_for_pickups)
minetest.after(0, check_for_pickups)

function super_sam.register_on_pickup(itemname, callback)
local list = callbacks[itemname]
Expand Down

0 comments on commit 8827679

Please sign in to comment.