removed output
This commit is contained in:
parent
0c340f95d2
commit
5620b67c34
9 changed files with 138 additions and 30 deletions
|
@ -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
|
||||
|
|
Reference in a new issue