Maxim Sokhatsky 11 years ago
parent
commit
4bcf01f0eb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      apps/face/src/index.erl

+ 2 - 0
apps/face/src/index.erl

@@ -65,6 +65,8 @@ body() ->
 event(terminate) -> wf:info("terminate");
 event(init) ->
     {ok,GamePid} = game_session:start_link(self()),
+    event(attach),
+    event(join),
     wf:info("INIT ~p",[GamePid]),
     put(game_session, GamePid);