This commit is contained in:
kmyuhkyuk 2024-04-13 10:32:58 +08:00
parent 3130218b8f
commit e57400fa98

View File

@ -55,6 +55,9 @@ namespace HideDress
{
foreach (var otherPlayer in _GameWorldHelper.AllOtherPlayer)
{
if (otherPlayer == null)
continue;
EnabledPartDress(otherPlayer.PlayerBody, settingsModel.KeyOtherPlayerHideDressPart.Value);
}
}