barneygale / quarry

Python library that implements the Minecraft network protocol and data types
Other
532 stars 74 forks source link

Support forced hosts in client #3

Closed vemacs closed 10 years ago

barneygale commented 10 years ago

Thanks for the PR. Generally twisted has a one-to-many relationship between factories and protocols, so storing the address on the factory doesn't make much sense. I pushed a commit that should fix it though - give it a go.