- Fix login messages to match with titles

This commit is contained in:
Taah
2022-02-21 23:17:00 -08:00
parent 137bc44212
commit a2aea5bf1c
5 changed files with 56 additions and 46 deletions

View File

@ -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;