mirror of
https://gitgud.io/BondageProjects/Bondage-College.git
synced 2025-04-10 02:19:20 +00:00
Merge branch 'lang' into 'master'
BETA: Fix translations of the player dialog being mangled due to two `CharacterLoadCSVDialog()` calls See merge request BondageProjects/Bondage-College!5468
This commit is contained in:
commit
07ef1c6ec3
1 changed files with 0 additions and 2 deletions
|
@ -869,8 +869,6 @@ function LoginSetupPlayer(C) {
|
|||
if (Player.VisualSettings.PrivateRoomBackground) PrivateBackground = Player.VisualSettings.PrivateRoomBackground;
|
||||
if (Player.VisualSettings.MainHallBackground) MainHallBackground = Player.VisualSettings.MainHallBackground;
|
||||
|
||||
// Loads the dialog and removes the login controls
|
||||
CharacterLoadCSVDialog(Player, { module: "Character", screen: "Player", name: "Player" });
|
||||
PrivateCharacterMax = 4 + (LogQuery("Expansion", "PrivateRoom") ? 4 : 0) + (LogQuery("SecondExpansion", "PrivateRoom") ? 4 : 0);
|
||||
CharacterRefresh(Player, false);
|
||||
if (ManagementIsClubSlave()) CharacterNaked(Player);
|
||||
|
|
Loading…
Add table
Reference in a new issue