collect members field in protection block
This commit is contained in:
parent
cb00adae5f
commit
27b210d557
@ -12,6 +12,7 @@ func (this *ProtectorBlock) onMapObject(x, y, z int, block *mapblockparser.MapBl
|
|||||||
|
|
||||||
o := mapobjectdb.NewMapObject(block.Pos, x, y, z, "protector")
|
o := mapobjectdb.NewMapObject(block.Pos, x, y, z, "protector")
|
||||||
o.Attributes["owner"] = md["owner"]
|
o.Attributes["owner"] = md["owner"]
|
||||||
|
o.Attributes["members"] = md["members"]
|
||||||
|
|
||||||
return o
|
return o
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user