Skip to content

Commit

Permalink
Fix 'lastSeen' not marking the playerData as recentChanged
Browse files Browse the repository at this point in the history
  • Loading branch information
EverNife committed Feb 11, 2023
1 parent 407e40b commit 12fdaec
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ public boolean savePlayerData(){
public void setPlayer(Player player){
this.player = player;
this.lastSeen = System.currentTimeMillis();
this.setRecentChanged();
}

@Override
Expand Down

0 comments on commit 12fdaec

Please sign in to comment.