Some bug fixes
This commit is contained in:
@@ -10,6 +10,7 @@ public struct History {
|
||||
|
||||
public var value: Value {
|
||||
return switch self {
|
||||
#warning("Doesn't work properly")
|
||||
case .pieceMove(let from, let to):
|
||||
{
|
||||
guard let piece = from.piece else {
|
||||
|
||||
Reference in New Issue
Block a user