Skip to content

Commit

Permalink
remove debugging stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
farooqkz committed Nov 3, 2024
1 parent ce8602d commit dcde606
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions mods/ctf/ctf_farming/mushroom_spread.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ minetest.register_globalstep(function(dtime)
return
end
mushroom_globalstep_counter = 0.0
local t = minetest.get_us_time()
local pos1 = ctf_map.current_map.pos1
local pos2 = ctf_map.current_map.pos2
local x = math.random(pos1.x, pos2.x)
Expand Down Expand Up @@ -50,5 +49,4 @@ minetest.register_globalstep(function(dtime)
end
end
end
minetest.chat_send_all(tostring((t - minetest.get_us_time()) / 1e3))
end)

0 comments on commit dcde606

Please sign in to comment.