fix typo
This commit is contained in:
+1
-1
@@ -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.");
|
||||
|
||||
Reference in New Issue
Block a user