13
0
geforkt von Mirrors/Velocity

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."));
} }