1
0
Эх сурвалжийг харах

Ensure we init the taboo game

Thomas Dy 11 жил өмнө
parent
commit
fce695bbca

+ 4 - 0
public/javascripts/tabooServices.js

@@ -29,6 +29,10 @@ angular.module('tabooServices', [])
     game.status();
   }
 
+  if(Chat.isConnected()) {
+    init();
+  }
+
   function onmessage(event, message) {
     if(message.kind == "point") {
       var text = "";