One '\t' more

This commit is contained in:
SmallJoker 2014-09-14 08:59:54 +02:00
parent f52e4e3641
commit 0fa8c88574
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ function boost_cart.cart:on_punch(puncher, time_from_last_punch, tool_capabiliti
player:set_detach()
end
end
self.object:remove()
self.object:remove()
puncher:get_inventory():add_item("main", "carts:cart")
return
end