removed output

This commit is contained in:
niklas 2011-04-14 17:47:55 +02:00
parent 0c340f95d2
commit 5620b67c34
9 changed files with 138 additions and 30 deletions

View file

@ -17,8 +17,8 @@ class PongBot
@send_start = false
@ggs_network = GGSNetwork.new(self)
#@ggs_network.connect("10.42.43.1")
@ggs_network.connect()
@ggs_network.connect("192.168.0.1")
#@ggs_network.connect()
end
def ggsNetworkReady(ggs_network, ready)
@ -111,4 +111,4 @@ end
if __FILE__ == $0
PongBot.new
end
end