Update
This commit is contained in:
parent
3130218b8f
commit
e57400fa98
@ -55,6 +55,9 @@ namespace HideDress
|
||||
{
|
||||
foreach (var otherPlayer in _GameWorldHelper.AllOtherPlayer)
|
||||
{
|
||||
if (otherPlayer == null)
|
||||
continue;
|
||||
|
||||
EnabledPartDress(otherPlayer.PlayerBody, settingsModel.KeyOtherPlayerHideDressPart.Value);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user