Skip to content

Commit

Permalink
fix(profile): request player name
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzavier0722 committed Jul 18, 2024
1 parent 2e27d96 commit 2377299
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ public class ProfileDataController extends ADataController {

var key = new RecordKey(DataScope.PLAYER_PROFILE);
key.addField(FieldKey.PLAYER_BACKPACK_NUM);
key.addField(FieldKey.PLAYER_NAME);
key.addCondition(FieldKey.PLAYER_UUID, uuid);

var result = getData(key);
Expand Down

0 comments on commit 2377299

Please sign in to comment.