'ready' to ready
This commit is contained in:
parent
7f95d96cda
commit
77c6038ec8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ received_command(Headers, Data) ->
|
|||
io:format("Game token: ~s~n", [Data]),
|
||||
pong_bot:set_game_token(Data),
|
||||
%gen_server:cast({global, pong_bot}, {game_token, Data}),
|
||||
send_command("'ready'", "");
|
||||
send_command("ready", "");
|
||||
%pong_bot:ggsNetworkReady(); Unneccessary
|
||||
"defined" ->
|
||||
ok;
|
||||
|
|
Reference in a new issue