Whoops, forgot to remove the notFound portion.

This commit is contained in:
Lakin Wecker 2016-05-31 21:03:11 -06:00
parent b3e1be496f
commit 18f73fe696

View file

@ -143,7 +143,7 @@ object Round extends LilaController with TheftPrevention {
Redirect(routes.Round.watcher(gameId, (!pov.color).name)).fuccess
case (Some(player),Some(_)) if player == requestedPov =>
Redirect(routes.Round.watcher(gameId, pov.color.name)).fuccess
case _ => notFound
case _ =>
Redirect(routes.Round.watcher(gameId, "white")).fuccess
}
case None => {