Skip to content

Commit

Permalink
Revive bots
Browse files Browse the repository at this point in the history
  • Loading branch information
agustinesco committed May 14, 2024
1 parent 87c2c7e commit 3f500c5
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 3f500c5

Please sign in to comment.