3
0
Mirror von https://github.com/PaperMC/Velocity.git synchronisiert 2024-09-29 14:40:21 +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(); latch.countDown();
}); });
} else { } else {
latch.countDown();
player.disconnect(TextComponent.of("Your server has been changed, but we could " player.disconnect(TextComponent.of("Your server has been changed, but we could "
+ "not move you to any fallback servers.")); + "not move you to any fallback servers."));
} }