Fixed pinlockstate being wrong after restart

This commit is contained in:
CWX
2025-05-28 10:27:12 +01:00
parent c04572f028
commit cf15dc372b
@@ -411,8 +411,8 @@ public record LockableComponent
public enum PinLockState
{
Free,
Locked,
Pinned
Pinned,
Locked
}
public record UpdBuff