Fix a bunch of warnings (#9528)
This commit is contained in:
@@ -37,7 +37,7 @@ namespace Content.Shared.Hands.Components
|
||||
_blockingEntity = pullState.BlockingEntity;
|
||||
|
||||
// update hands GUI with new entity.
|
||||
if (Owner.TryGetContainer(out var containter))
|
||||
if (Owner.TryGetContainer(out _))
|
||||
EntitySystem.Get<SharedItemSystem>().VisualsChanged(Owner);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user