13
0
geforkt von Mirrors/Velocity

Fix potential race

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-09-16 15:35:25 -04:00
Ursprung 291069af80
Commit 037dceb599

Datei anzeigen

@ -62,6 +62,7 @@ public class PingSessionHandler implements MinecraftSessionHandler {
@Override
public void exception(Throwable throwable) {
completed = true;
result.completeExceptionally(throwable);
}
}