1
0
Fork 0

Fix: GenerateCompanyName sends incorrect renaming event (#13794)

pull/13805/head
Björn Wärmedal 2025-03-13 09:24:35 +01:00 committed by GitHub
parent 70c2a666bc
commit dc343ca141
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -431,6 +431,7 @@ bad_town_name:;
if (c->president_name_1 == SPECSTR_PRESIDENT_NAME) {
str = SPECSTR_ANDCO_NAME;
strp = c->president_name_2;
name = GetString(str, strp);
goto set_name;
} else {
str = SPECSTR_ANDCO_NAME;