mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-29 06:46:43 +00:00
Fix many bugs
This commit is contained in:
@ -35,7 +35,7 @@ public class PlexPlayer
|
||||
private Player player;
|
||||
|
||||
private String loginMessage;
|
||||
private Component prefix;
|
||||
private String prefix;
|
||||
|
||||
private boolean vanished;
|
||||
private boolean commandSpy;
|
||||
@ -60,7 +60,7 @@ public class PlexPlayer
|
||||
this.player = Bukkit.getPlayer(name);
|
||||
|
||||
this.loginMessage = "";
|
||||
this.prefix = null;
|
||||
this.prefix = "";
|
||||
|
||||
this.vanished = false;
|
||||
this.commandSpy = false;
|
||||
|
Reference in New Issue
Block a user