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