Merge branch 'OC1.3-MC1.6.4' of github.com:MightyPirates/OpenComputers into OC1.3-MC1.7.10

This commit is contained in:
Florian Nücke 2014-07-29 13:38:44 +02:00
commit dd89ad8142

View File

@ -186,6 +186,7 @@ class RobotProxy(val parent: SpecialDelegator) extends RedstoneAware with Specia
val robot = proxy.robot
if (!world.isRemote) {
if (robot.player == player) return false
robot.node.remove()
robot.saveComponents()
parent.internalDropBlockAsItem(world, x, y, z, robot.info.createItemStack())
}