mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 03:36:47 -04:00
compare BlockPos to BlockPos move fix
This commit is contained in:
parent
04a0697f29
commit
ea252ff475
@ -259,7 +259,7 @@ class Robot extends traits.Computer with traits.PowerInformation with traits.Rot
|
|||||||
else {
|
else {
|
||||||
world.setBlockToAir(newPosition)
|
world.setBlockToAir(newPosition)
|
||||||
}
|
}
|
||||||
created && this.position == newPosition
|
created && this.pos == newPosition
|
||||||
}
|
}
|
||||||
finally {
|
finally {
|
||||||
blockRobotProxy.moving.set(None)
|
blockRobotProxy.moving.set(None)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user