Merge pull request #1 from bobbybee/master

CLIENT_OBJECT_SET_FIELDS raises NotImplementedError
This commit is contained in:
TheCheapestPixels 2014-06-29 21:21:39 +02:00
commit afaaad00cb
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@ class AstronClientRepository(ClientRepositoryBase):
# value = di.get?()
# Assemble new message
self.notify.error("CLIENT_OBJECT_SET_FIELDS not implemented!")
raise NotImplementedError("CLIENT_OBJECT_SET_FIELDS not implemented!")
elif msgType == CLIENT_OBJECT_LEAVING:
do_id = di.get_uint32()
dist_obj = self.doId2do.get(do_id)