Close #398 by printing debug so we can identify the issue if it arises again
This commit is contained in:
@@ -148,7 +148,6 @@ public final class UserConnection implements ProxiedPlayer
|
||||
return;
|
||||
}
|
||||
|
||||
Preconditions.checkArgument( event.getTarget() instanceof BungeeServerInfo, "BungeeCord can only connect to BungeeServerInfo instances" );
|
||||
final BungeeServerInfo target = (BungeeServerInfo) event.getTarget(); // Update in case the event changed target
|
||||
|
||||
if ( getServer() != null && Objects.equals( getServer().getInfo(), target ) )
|
||||
|
Reference in New Issue
Block a user