Print blueprint tags too
This commit is contained in:
parent
7d1f51e9cc
commit
1b69494772
|
@ -42,7 +42,7 @@ namespace client {
|
|||
}
|
||||
|
||||
std::ostream &operator<<(std::ostream &out, const ActorBlueprint &bp) {
|
||||
out << "ActorBlueprint(id=" << bp.GetId() << ')';
|
||||
out << "ActorBlueprint(id=" << bp.GetId() << "tags=" << bp.GetTags() << ')';
|
||||
return out;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue