Remove normal/undyed shulker boxes from My Items inventories.
Removes the first `_` in the `_SHULKER_BOX` matching to ensure that normal shulker boxes with ID `SHULKER_BOX` are removed from My Items as well. Co-authored-by: Andreas Troelsen <[email protected]>
This commit is contained in:
co-authored by
Andreas Troelsen
parent
c88f20c46f
commit
3e2c614c18
@@ -295,7 +295,7 @@ public class ArenaClass
|
||||
case SHULKER_SHELL:
|
||||
return true;
|
||||
}
|
||||
return type.name().endsWith("_SHULKER_BOX");
|
||||
return type.name().endsWith("SHULKER_BOX");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user