Fixed pinlockstate being wrong after restart
This commit is contained in:
@@ -411,8 +411,8 @@ public record LockableComponent
|
||||
public enum PinLockState
|
||||
{
|
||||
Free,
|
||||
Locked,
|
||||
Pinned
|
||||
Pinned,
|
||||
Locked
|
||||
}
|
||||
|
||||
public record UpdBuff
|
||||
|
||||
Reference in New Issue
Block a user