Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BongleXD authored Nov 12, 2021
1 parent c1a6489 commit 27e3ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ public void onXpGain(PlayerXpGainEvent e) {
```
- Player Data
```java
PlayerData data = PlayerData.getData(p.getUniqueId());
PlayerData data = PlayerData.getData(Player.getUniqueId());
```

0 comments on commit 27e3ce8

Please sign in to comment.