Merge pull request #26 from BohdanSmetanyuk/bug/assign_entity_views_to_edge
fix in EntityViewUpdateMsg constructing
This commit is contained in:
commit
9db41693bd
@ -45,8 +45,8 @@ public class EntityViewUpdateMsgConstructor {
|
||||
.setIdLSB(entityView.getId().getId().getLeastSignificantBits())
|
||||
.setName(entityView.getName())
|
||||
.setType(entityView.getType())
|
||||
.setIdMSB(entityView.getEntityId().getId().getMostSignificantBits())
|
||||
.setIdLSB(entityView.getEntityId().getId().getLeastSignificantBits())
|
||||
.setEntityIdMSB(entityView.getEntityId().getId().getMostSignificantBits())
|
||||
.setEntityIdLSB(entityView.getEntityId().getId().getLeastSignificantBits())
|
||||
.setEntityType(entityType);
|
||||
return builder.build();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user