barneygale / quarry

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

builtins.AttributeError: 'ServerFactory' object has no attribute 'buff_type' #56

Closed Martmists-GH closed 5 years ago

Martmists-GH commented 5 years ago

Trying to run the Chatroom Example raises this error on the send_chat function.

williammck commented 5 years ago

This was fixed as of commit e0cbbb4, please make sure you have the latest copy of the example code.