Skip to content

Commit

Permalink
disable bots
Browse files Browse the repository at this point in the history
  • Loading branch information
manucamejo committed Jun 17, 2024
1 parent c3f003b commit 1467175
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/bot_manager/lib/game_socket_handler.ex
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ defmodule BotManager.GameSocketHandler do
#######################

def handle_connect(_conn, state) do
send(self(), :decide_action)
send(self(), :perform_action)
# send(self(), :decide_action)
# send(self(), :perform_action)
{:ok, state}
end

Expand Down

0 comments on commit 1467175

Please sign in to comment.