mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-15 02:12:42 -04:00
parent
c67f700fa9
commit
d8346988f9
@ -272,7 +272,7 @@ class Drone(val world: World) extends Entity(world) with MachineHost with intern
|
||||
|
||||
def preparePowerUp() {
|
||||
targetX = math.floor(posX).toFloat + 0.5f
|
||||
targetY = math.floor(posY).toFloat + 0.5f
|
||||
targetY = math.round(posY).toFloat + 0.5f
|
||||
targetZ = math.floor(posZ).toFloat + 0.5f
|
||||
targetAcceleration = maxAcceleration
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user