mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2024-11-25 12:01:06 +01:00
Remove oopsie
This commit is contained in:
parent
d920441a01
commit
7726e576f0
1 changed files with 0 additions and 1 deletions
|
@ -274,7 +274,6 @@ minetest.register_globalstep(function(dtime)
|
|||
speed_mult = elytra_vars.rocket_speed
|
||||
|
||||
if mcl_util.check_dtime_timer(name, dtime, "ely_rocket_particle_spawn", 0.3) then
|
||||
minetest.log("pspawn")
|
||||
add_particle({
|
||||
pos = fly_pos,
|
||||
velocity = vector.zero(),
|
||||
|
|
Loading…
Reference in a new issue