Skip to content

Commit

Permalink
Strange careless of showXboxProfile
Browse files Browse the repository at this point in the history
  • Loading branch information
boybook committed Oct 26, 2017
1 parent 21718db commit 830091c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cn/nukkit/Player.java
Original file line number Diff line number Diff line change
Expand Up @@ -4668,7 +4668,7 @@ public boolean isBreakingBlock() {
*/
public void showXboxProfile(String xuid) {
ShowProfilePacket pk = new ShowProfilePacket();
pk.xuid = getLoginChainData().getXUID();
pk.xuid = xuid;
this.dataPacket(pk);
}
}

0 comments on commit 830091c

Please sign in to comment.