mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-06-29 00:22:55 +00:00
Fix turtles not preserving their lock when moving
This commit is contained in:
parent
0b6dc25607
commit
a1cbc1d803
@ -437,6 +437,7 @@ public abstract class TileComputerBase extends TileGeneric implements IComputerT
|
|||||||
label = copy.label;
|
label = copy.label;
|
||||||
on = copy.on;
|
on = copy.on;
|
||||||
startOn = copy.startOn;
|
startOn = copy.startOn;
|
||||||
|
lockCode = copy.lockCode;
|
||||||
updateBlock();
|
updateBlock();
|
||||||
}
|
}
|
||||||
copy.instanceID = -1;
|
copy.instanceID = -1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user