Game going, pads moving up.

This commit is contained in:
Kallfaktorn 2011-04-20 05:50:51 +02:00
parent 1ec145efa8
commit f827795dd8
2 changed files with 25 additions and 16 deletions

View file

@ -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),