This commit is contained in:
Luck
2018-09-21 21:53:06 +01:00
Unverified
parent 5656bea3f9
commit 1cf90692cf
5 changed files with 5 additions and 5 deletions
@@ -113,7 +113,7 @@ public class BungeeConnectionListener extends AbstractConnectionListener impleme
if (user == null) {
if (!getUniqueConnections().contains(player.getUniqueId())) {
this.plugin.getLogger().warn("User " + player.getUniqueId() + " - " + player.getName() +
" doesn't have data pre-loaded, they have never need processed during pre-login in this session.");
" doesn't have data pre-loaded, they have never been processed during pre-login in this session.");
} else {
this.plugin.getLogger().warn("User " + player.getUniqueId() + " - " + player.getName() +
" doesn't currently have data pre-loaded, but they have been processed before in this session.");