mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-30 20:33:44 +01:00
Set Apply Wetness true on migration.
This commit is contained in:
parent
a8897d7325
commit
4abc509102
2 changed files with 2 additions and 2 deletions
|
|
@ -412,7 +412,7 @@ public class DesignBase
|
|||
SetApplyHatVisible(applyHat);
|
||||
SetApplyVisorToggle(applyVisor);
|
||||
SetApplyWeaponVisible(applyWeapon);
|
||||
SetApplyWetness(DesignData.IsWet());
|
||||
SetApplyWetness(true);
|
||||
}
|
||||
catch (Exception ex)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue