Skip to content

Commit

Permalink
Fix skin layers
Browse files Browse the repository at this point in the history
  • Loading branch information
fullwall committed Jun 25, 2020
1 parent 8dd8281 commit 9745a8d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ public void setShouldJump() {
@Override
public void setSkinFlags(byte flags) {
// set skin flag byte
getDataWatcher().set(EntityHuman.bq, flags);
getDataWatcher().set(EntityHuman.bp, flags);
}

@Override
Expand Down

0 comments on commit 9745a8d

Please sign in to comment.