mirror of
https://github.com/plexusorg/Plex.git
synced 2025-06-29 06:46:43 +00:00
- Fix login messages to match with titles
This commit is contained in:
@ -33,7 +33,7 @@ public class PlexPlayer
|
||||
private String name;
|
||||
private Player player;
|
||||
|
||||
private String loginMSG;
|
||||
private String loginMessage;
|
||||
private String prefix;
|
||||
|
||||
private boolean vanished;
|
||||
@ -58,7 +58,7 @@ public class PlexPlayer
|
||||
this.name = "";
|
||||
this.player = Bukkit.getPlayer(name);
|
||||
|
||||
this.loginMSG = "";
|
||||
this.loginMessage = "";
|
||||
this.prefix = "";
|
||||
|
||||
this.vanished = false;
|
||||
|
Reference in New Issue
Block a user