Fixed typo
This commit is contained in:
parent
73c75596e2
commit
cd2b7b460f
@ -287,7 +287,7 @@ export class GameController {
|
||||
});
|
||||
}
|
||||
|
||||
// Improvemet property changed name
|
||||
// Hideout Improvement property changed name
|
||||
if ((fullProfile.characters.pmc.Hideout as any).Improvement) {
|
||||
fullProfile.characters.pmc.Hideout.Improvements = (fullProfile.characters.pmc.Hideout as any).Improvement;
|
||||
delete (fullProfile.characters.pmc.Hideout as any).Improvement;
|
||||
|
Loading…
Reference in New Issue
Block a user