1
0
Fork 0

Fix: GenerateCompanyName sends correct renaming event

pull/13794/head
Björn Wärmedal 2025-03-11 11:44:57 +01:00
parent 40ddc03423
commit 8887d52561
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;