mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-04 00:46:40 +00:00
add getting players by username
This commit is contained in:
@ -43,9 +43,10 @@ public class PlexPlayer
|
||||
private boolean vanished;
|
||||
private boolean commandSpy;
|
||||
|
||||
private boolean frozen;
|
||||
private boolean muted;
|
||||
private boolean lockedUp;
|
||||
// These fields are transient so MongoDB doesn't automatically drop them in.
|
||||
private transient boolean frozen;
|
||||
private transient boolean muted;
|
||||
private transient boolean lockedUp;
|
||||
|
||||
private long coins;
|
||||
|
||||
|
Reference in New Issue
Block a user