mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-06 09:36:40 +00:00
lol i forgot to add coins to player data
This commit is contained in:
@ -33,6 +33,8 @@ public class PlexPlayer
|
||||
private String loginMSG;
|
||||
private String prefix;
|
||||
|
||||
private long coins;
|
||||
|
||||
private Rank rank;
|
||||
|
||||
private List<String> ips;
|
||||
@ -50,6 +52,8 @@ public class PlexPlayer
|
||||
this.loginMSG = "";
|
||||
this.prefix = "";
|
||||
|
||||
this.coins = 0;
|
||||
|
||||
this.ips = new ArrayList<>();
|
||||
|
||||
this.rank = null;
|
||||
|
Reference in New Issue
Block a user