mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 15:44:24 +00:00
Remove unused slot from ClothingDisplay
This commit is contained in:
parent
7eddd4b495
commit
cde1d3fdec
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ from .itemstack import ItemStack
|
|||
class ClothingDisplay:
|
||||
"""Data pertaining to an item to display clothing."""
|
||||
|
||||
__slots__ = "wearing_items", "wearing_dyes", "display_type"
|
||||
__slots__ = "wearing_items", "wearing_dyes"
|
||||
|
||||
def __init__(self,
|
||||
wearing_items: typing.List[ItemStack],
|
||||
|
|
Loading…
Reference in a new issue