Game going, pads moving up.
This commit is contained in:
parent
1ec145efa8
commit
f827795dd8
2 changed files with 25 additions and 16 deletions
|
@ -53,9 +53,7 @@ received_command(Headers, Data) ->
|
|||
end.
|
||||
|
||||
make_message(ServerOrGame, Command, Args) ->
|
||||
io:format("Before fetch gametoken~n"),
|
||||
GameToken = pong_bot:get_game_token(),
|
||||
io:format("After fetch gametoken~n"),
|
||||
StrGameToken = string:concat("Token: ", GameToken),
|
||||
StrGameTokenln = string:concat(StrGameToken, "\n"),
|
||||
StrCommand = string:concat("-Command: ", Command),
|
||||
|
|
Reference in a new issue