Fix connection issues

This commit is contained in:
dP
2025-10-02 05:14:03 +05:00
parent 6430b05c82
commit b225f114f5
6 changed files with 27 additions and 4 deletions

View File

@@ -1463,6 +1463,7 @@ void SetCompanyManagerFaceStyle(CompanyManagerFace &cmf, uint style)
cmf.style = style;
cmf.style_label = spec->label;
Debug(misc, 0, "Set face style {} {}", cmf.style, cmf.style_label);
}
/**