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