1
0
forked from MTSR/mapserver

collect members field in protection block

This commit is contained in:
NatureFreshMilk 2019-05-14 08:38:11 +02:00
parent cb00adae5f
commit 27b210d557

View File

@ -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.Attributes["owner"] = md["owner"]
o.Attributes["members"] = md["members"]
return o
}