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
@@ -132,7 +132,7 @@ public class SpongeConnectionListener extends AbstractConnectionListener {
if (!getUniqueConnections().contains(profile.getUniqueId())) {
this.plugin.getLogger().warn("User " + profile.getUniqueId() + " - " + profile.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." +
" - denying login.");
} else {
this.plugin.getLogger().warn("User " + profile.getUniqueId() + " - " + profile.getName() +