@@ -226,16 +226,16 @@ local prop = 'bound_user_' .. tostring(i) if meta:contains(prop) then userct = i local name = meta:get_string(prop) - print('wand bound to',name,i) + -- print('wand bound to',name,i) if name == user:get_player_name() then found = true break end else break end end if not found then if userct < matprops.bond then - print('binding wand to caster') + -- print('binding wand to caster') minetest.sound_play("xdecor_enchanting", { --FIXME make own sounds pos = user:get_pos(); gain = 0.8; })