Skip to content

Commit

Permalink
lol revert thre removal of the reversion
Browse files Browse the repository at this point in the history
  • Loading branch information
BigloBot committed Jun 29, 2024
1 parent ccc0429 commit 0338192
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public List<ItemStack> loadItems(JsonObject data) {
try {
itemList.addAll(super.loadItems(data));
if (activeSlot != -1) {
List<ItemStack> activeArmour = super.loadItems(activeArmorSet);
List<ItemStack> activeArmour = super.loadItems(activeArmorSet).reversed();
for (int i = 0; i < 4; i++) {
int baseIndex = activeSlot % 9;
int page = activeSlot / 9;
Expand Down

0 comments on commit 0338192

Please sign in to comment.