mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-14 22:43:56 +01:00
Fix assembling contraption while no speed (https://discord.com/channels/620934202875183104/689866656914210897/767825162548019240)
This commit is contained in:
parent
169856858c
commit
d9a59f704e
@ -78,8 +78,10 @@ public abstract class LinearActuatorTileEntity extends KineticTileEntity impleme
|
|||||||
else
|
else
|
||||||
sendData();
|
sendData();
|
||||||
return;
|
return;
|
||||||
|
} else {
|
||||||
|
if (getSpeed() != 0)
|
||||||
|
assemble();
|
||||||
}
|
}
|
||||||
assemble();
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user