barneygale / quarry

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

fix: use ServerFactory rather than ClientFactory in server example #101

Closed vcokltfre closed 4 years ago

vcokltfre commented 4 years ago

Changed the example server to use a ServerFactory as a base class rather than ClientFactory

barneygale commented 4 years ago

Thank you!