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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -18,7 +18,7 @@ namespace Content.Client.Administration.UI.SetOutfit
|
||||
[Dependency] private readonly IPrototypeManager _prototypeManager = default!;
|
||||
[Dependency] private readonly IClientConsoleHost _consoleHost = default!;
|
||||
|
||||
public EntityUid? TargetEntityId { get; set; }
|
||||
public NetEntity? TargetEntityId { get; set; }
|
||||
private StartingGearPrototype? _selectedOutfit;
|
||||
|
||||
public SetOutfitMenu()
|
||||
|
||||
Reference in New Issue
Block a user