1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02:00

Removed useless and flooding debug print

- Removed flooding, useless and crashing call to minetest.log in cart mod (may be replaced by something else in the future)
This commit is contained in:
LeMagnesium 2015-03-06 00:33:24 +01:00
parent 99e74718cc
commit afd04d39c6

View File

@ -596,7 +596,6 @@ minetest.register_craftitem("carts:cart", {
return itemstack
elseif cart_func:is_rail(pointed_thing.above) then
minetest.add_entity(pointed_thing.above, "carts:cart")
minetest.log("action", "carts:cart placed at " .. pos_to_string(self.object:getpos()) .. ".")
if not minetest.setting_getbool("creative_mode") then
itemstack:take_item()
end