Browse Source

Send points in point message

Thomas Dy 11 năm trước cách đây
mục cha
commit
2882084f86
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      app/models/Taboo.scala

+ 1 - 0
app/models/Taboo.scala

@@ -144,6 +144,7 @@ class TabooGame(val chatActor: ActorRef) extends Actor {
       chatActor ! Announce(Json.obj(
         "kind" -> "point",
         "action" -> kind,
+        "points" -> points,
         "card" -> card,
         "user" -> user
       ))