bugfix serverInfo

This commit is contained in:
Jeena Paradies 2011-05-05 13:47:12 +02:00
parent 08e086084c
commit b39ad8e97f
2 changed files with 3 additions and 2 deletions

View file

@ -26,6 +26,7 @@ class Chat
table_token = gets.chomp unless @is_bot
@ggs_network = GGSNetwork.new(self, table_token)
#@ggs_network.connect("192.168.0.2", 9000)
@ggs_network.connect("localhost", 9000)
end