mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -04:00
Merge branch 'OC1.3-MC1.7.10' of github.com:MightyPirates/OpenComputers into master-MC1.7.10
This commit is contained in:
commit
c5e964aecc
@ -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())
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user