CLIENT_OBJECT_SET_FIELDS raises NotImplementedError

This commit is contained in:
bobbybee 2014-06-29 15:11:16 -04:00
parent ae3b06390f
commit f1e705fc3b
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)