Fix misc commands (#20004)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Content.Client.Administration.UI.SetOutfit
|
||||
public override void HandleState(EuiStateBase state)
|
||||
{
|
||||
var outfitState = (SetOutfitEuiState) state;
|
||||
_window.TargetEntityId = _entManager.GetEntity(outfitState.TargetNetEntity);
|
||||
_window.TargetEntityId = outfitState.TargetNetEntity;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user