fix issue when PlayerName is empty

This commit is contained in:
Laurent Mazet 2021-04-24 20:54:24 +02:00
parent a6ed305972
commit b6682f2b19
1 changed files with 1 additions and 0 deletions

View File

@ -2454,6 +2454,7 @@
setSetting("PlayerName", name);
}
repromptName(initGame);
setCellCaptions(getSetting("CELL_CAPTIONS"));
}
);