Bunch more error fixes.
This commit is contained in:
@@ -171,9 +171,6 @@ namespace Content.Shared.Containers.ItemSlots
|
||||
|
||||
// Convenience properties
|
||||
public bool HasItem => ContainerSlot.ContainedEntity != null;
|
||||
public IEntity? Item => ContainerSlot.ContainedEntity;
|
||||
|
||||
// and to make it easier for whenever IEntity is removed
|
||||
public EntityUid? ItemUid => ContainerSlot.ContainedEntity;
|
||||
public EntityUid? Item => ContainerSlot.ContainedEntity;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user