fix cheat detector false positive

This commit is contained in:
Thibault Duplessis 2014-01-07 00:54:49 +01:00
parent 8f22a61e0c
commit e43f1873c5

View file

@ -208,7 +208,8 @@ trait GameRepo {
"$or" -> BSONArray(
BSONDocument(s"${F.whitePlayer}.ai" -> BSONDocument("$exists" -> true)),
BSONDocument(s"${F.blackPlayer}.ai" -> BSONDocument("$exists" -> true))
)
),
F.binaryPieces -> game.binaryPieces
)
))