mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -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 {
|
||||
world.setBlockToAir(newPosition)
|
||||
}
|
||||
created && this.position == newPosition
|
||||
created && this.pos == newPosition
|
||||
}
|
||||
finally {
|
||||
blockRobotProxy.moving.set(None)
|
||||
|
Loading…
x
Reference in New Issue
Block a user