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
@@ -126,7 +126,7 @@ public class VelocityConnectionListener extends AbstractConnectionListener {
if (user == null) {
if (!getUniqueConnections().contains(player.getUniqueId())) {
this.plugin.getLogger().warn("User " + player.getUniqueId() + " - " + player.getUsername() +
" 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.getUsername() +
" doesn't currently have data pre-loaded, but they have been processed before in this session.");