This commit is contained in:
obscuren 2014-08-05 10:17:26 +02:00
parent 0f84b9c30d
commit c215bbadf1

View File

@ -52,7 +52,7 @@ func (self *world) IsListening() bool {
} }
func (self *world) Peers() *list.List { func (self *world) Peers() *list.List {
return self.obj.Peers() return self.pipe.obj.Peers()
} }
func (self *world) Config() *config { func (self *world) Config() *config {