fix AI fen setup

This commit is contained in:
Thibault Duplessis 2013-10-05 16:07:29 +02:00
parent fb540772ab
commit 7ee70c666d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 0a066d1579a3f27fe12c532cbbe6c0252d3e63c1
Subproject commit 32d13bb286ae2db21357fc7dffe7bb436c8e2302

View file

@ -46,7 +46,7 @@ private[round] final class Player(
})
}
} addFailureEffect onFailure
case _ fufail("Not your turn")
case _ fufail(s"$pov Not your turn")
}
}