mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-13 12:14:18 +01:00
Reload characters on application
This commit is contained in:
parent
7d6e1323f4
commit
62a58663ff
1 changed files with 3 additions and 1 deletions
|
|
@ -72,7 +72,9 @@ namespace Glamourer.Api
|
||||||
{
|
{
|
||||||
if (gameObject.Name.ToString() == characterName)
|
if (gameObject.Name.ToString() == characterName)
|
||||||
{
|
{
|
||||||
save.Apply((Character)gameObject);
|
var player = (Character)gameObject;
|
||||||
|
save.Apply(player);
|
||||||
|
Glamourer.Penumbra.UpdateCharacters(player, null);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue