diff options
Diffstat (limited to 'init.lua')
| -rw-r--r-- | init.lua | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -192,7 +192,7 @@ function playereffects.cancel_effect(effect_id)  		if(effect.hudids.icon_id~=nil) then  			player:hud_remove(effect.hudids.icon_id)  		end -		playereffects.effect_types[effect.effect_type_id].cancel(effect) +		playereffects.effect_types[effect.effect_type_id].cancel(effect, player)  		playereffects.effects[effect_id] = nil  		minetest.log("action", "[playereffects] Effect type "..effect.effect_type_id.." cancelled from player "..effect.playername.."!")  	end | 
