3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 06:30:16 +02:00

Must count down here.

Dieser Commit ist enthalten in:
Andrew Steinborn 2018-11-21 16:01:58 -05:00
Ursprung 402398010e
Commit 904e1367a2

Datei anzeigen

@ -280,6 +280,7 @@ public class VelocityServer implements ProxyServer {
latch.countDown();
});
} else {
latch.countDown();
player.disconnect(TextComponent.of("Your server has been changed, but we could "
+ "not move you to any fallback servers."));
}