fix name behavior on BB/GC lobby interactions

This commit is contained in:
Martin Michelsen
2023-09-10 09:27:56 -07:00
parent 7585eaeae5
commit 80f79aa13c
3 changed files with 32 additions and 11 deletions
+1
View File
@@ -91,6 +91,7 @@ PlayerDispDataDCPCV3 PlayerDispDataBB::to_dcpcv3() const {
ret.stats = this->stats;
ret.visual = this->visual;
ret.visual.name = this->name;
remove_language_marker_inplace(ret.visual.name);
ret.config = this->config;
ret.v1_technique_levels = this->technique_levels;
return ret;