Skip to content

Commit

Permalink
Fix tag name
Browse files Browse the repository at this point in the history
  • Loading branch information
wode490390 authored Dec 6, 2024
1 parent f64370a commit fad46d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/nukkit/item/ItemShield.java
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ public int getBaseColor() {
if (nbt == null) {
return -1;
}
return nbt.getInt("trackingHandle", -1);
return nbt.getInt("Base", -1);
}

public ItemShield addPattern(BannerPattern pattern) {
Expand Down

0 comments on commit fad46d2

Please sign in to comment.