mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-13 17:24:16 +01:00
some fixes for models sharing materials and code cleanup
This commit is contained in:
parent
1021cca912
commit
3ee082d371
9 changed files with 95 additions and 170 deletions
|
|
@ -146,7 +146,6 @@ public class CachedPlayer
|
|||
Logger.Debug(
|
||||
$"Request Redraw for {PlayerName}");
|
||||
_ipcManager.PenumbraSetTemporaryMods(tempCollection, moddedPaths, cache.ManipulationData);
|
||||
_ipcManager.GlamourerRevertCharacterCustomization(PlayerName!);
|
||||
_ipcManager.GlamourerApplyAll(cache.GlamourerData, PlayerName!);
|
||||
}
|
||||
|
||||
|
|
@ -164,7 +163,6 @@ public class CachedPlayer
|
|||
_ipcManager.PenumbraRemoveTemporaryCollection(PlayerName);
|
||||
if (IsVisible)
|
||||
{
|
||||
_ipcManager.GlamourerRevertCharacterCustomization(PlayerName);
|
||||
_ipcManager.GlamourerApplyOnlyCustomization(_originalGlamourerData, PlayerName);
|
||||
_ipcManager.GlamourerApplyOnlyEquipment(_lastGlamourerData, PlayerName);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue