aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/de/hysky/skyblocker/skyblock/profileviewer
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/de/hysky/skyblocker/skyblock/profileviewer')
-rw-r--r--src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/PlayerInventory.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/PlayerInventory.java b/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/PlayerInventory.java
index 0412c32e..7a83b2e0 100644
--- a/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/PlayerInventory.java
+++ b/src/main/java/de/hysky/skyblocker/skyblock/profileviewer/inventory/PlayerInventory.java
@@ -31,7 +31,7 @@ public class PlayerInventory implements ProfileViewerPage {
// Z-STACKING forces this nonsense of separating the Background texture and Item Drawing :(
public void render(DrawContext context, int mouseX, int mouseY, float delta, int rootX, int rootY) {
- drawContainerTextures(context, "Armour", rootX, rootY + 108, IntIntPair.of(1, 4));
+ drawContainerTextures(context, "Armor", rootX, rootY + 108, IntIntPair.of(1, 4));
drawContainerTextures(context, "Inventory", rootX, rootY + 2, IntIntPair.of(4, 9));
drawContainerTextures(context, "Equipment", rootX + 90, rootY + 108, IntIntPair.of(1, 4));