Remove failed attempt at manual placement flag zefram/use
authorZefram <zefram@fysh.org>
Wed, 13 Aug 2014 22:19:56 +0000 (23:19 +0100)
committerZefram <zefram@fysh.org>
Wed, 13 Aug 2014 22:19:56 +0000 (23:19 +0100)
commit1e01ca8dea63105d7cadc4b2db48ba202dc10535
treedf2cb4874503dc6f1025d024a083481a7fdcc9b1
parentc674a237e4b28e27234e7c62d00d3a4bbc41b967
Remove failed attempt at manual placement flag

The code was failing to set the "placed" flag on empty rubber tree trunk
nodes because the after_place_node callback that does it would only be
called by the default on_place callback, which is overridden for that
node type.  The code also fails to even attempt to set the flag on full
rubber tree trunk nodes.  The technic mod no longer looks at this flag,
so remove the attempt to set it, rather than fix setting it.
node_defs.lua