From 7726e576f0ae9e426d4dba3dee875f300974e169 Mon Sep 17 00:00:00 2001 From: ancientmarinerdev Date: Mon, 8 May 2023 21:59:20 +0100 Subject: [PATCH] Remove oopsie --- mods/PLAYER/mcl_playerplus/init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/mods/PLAYER/mcl_playerplus/init.lua b/mods/PLAYER/mcl_playerplus/init.lua index d3235daa8..d4a21508e 100644 --- a/mods/PLAYER/mcl_playerplus/init.lua +++ b/mods/PLAYER/mcl_playerplus/init.lua @@ -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(),