1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-06-25 22:53:22 +00:00

Fix turtles not preserving their lock when moving

This commit is contained in:
Jonathan Coates 2022-06-04 15:30:42 +01:00
parent 0b6dc25607
commit a1cbc1d803
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -437,6 +437,7 @@ protected void transferStateFrom( TileComputerBase copy )
label = copy.label;
on = copy.on;
startOn = copy.startOn;
lockCode = copy.lockCode;
updateBlock();
}
copy.instanceID = -1;