Browse Source

fix build

Maxim Sokhatsky 11 years ago
parent
commit
e22075255f
1 changed files with 1 additions and 1 deletions
  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 ->
         if RelsChannel == undefined ->
 %               {ok, Channel} = nsx_msg:subscribe_for_user_actions(UserIdStr, self()),
 %               {ok, Channel} = nsx_msg:subscribe_for_user_actions(UserIdStr, self()),
 %               Channel;
 %               Channel;
-                ResChannel;
+                RelsChannel;
            true ->
            true ->
                RelsChannel
                RelsChannel
         end,
         end,