remove more deprecated events

This commit is contained in:
Thibault Duplessis 2015-08-14 13:16:55 +02:00
parent a1c19c60a7
commit 292bd526cc

View file

@ -74,8 +74,6 @@ private[tv] final class TvActor(
"color" -> game.firstColor.name, "color" -> game.firstColor.name,
"id" -> game.id))) "id" -> game.id)))
context.system.lilaBus.publish(event, 'changeFeaturedGame) context.system.lilaBus.publish(event, 'changeFeaturedGame)
// mobile app v1 BC
previousId foreach { gameId => roundSocket ! Tell(gameId, event) }
} }
GameRepo setTv game.id GameRepo setTv game.id
} }