Maxim Sokhatsky 11 лет назад
Родитель
Сommit
e22075255f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      apps/server/src/game_session.erl

+ 1 - 1
apps/server/src/game_session.erl

@@ -275,7 +275,7 @@ handle_client_request(#subscribe_player_rels{players = Players}, _From,
         if RelsChannel == undefined ->
 %               {ok, Channel} = nsx_msg:subscribe_for_user_actions(UserIdStr, self()),
 %               Channel;
-                ResChannel;
+                RelsChannel;
            true ->
                RelsChannel
         end,