mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-29 06:46:43 +00:00
Add CommandSpy
This commit is contained in:
@ -37,6 +37,7 @@ public class PlexPlayer
|
||||
private String prefix;
|
||||
|
||||
private boolean vanished;
|
||||
private boolean commandSpy;
|
||||
|
||||
private long coins;
|
||||
|
||||
@ -61,6 +62,7 @@ public class PlexPlayer
|
||||
this.prefix = "";
|
||||
|
||||
this.vanished = false;
|
||||
this.commandSpy = false;
|
||||
|
||||
this.coins = 0;
|
||||
|
||||
|
Reference in New Issue
Block a user