This reverts commit b4e04204a9
.
This commit is contained in:
@@ -1244,10 +1244,7 @@ public class ConnectedPlayer implements MinecraftConnectionAssociation, Player,
|
||||
|
||||
@Override
|
||||
public void fireAndForget() {
|
||||
connectWithIndication().exceptionally((ex) -> {
|
||||
logger.error("Exception while connecting with indication", ex);
|
||||
return null;
|
||||
});
|
||||
connectWithIndication();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user