We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a387c5e commit 6c37330Copy full SHA for 6c37330
src/main/java/me/contaria/fastquit/mixin/MinecraftClientMixin.java
@@ -50,7 +50,7 @@ private boolean fastquit(IntegratedServer server) {
50
method = "stop",
51
at = @At(
52
value = "INVOKE",
53
- target = "Lnet/minecraft/client/world/ClientWorld;disconnect(Lnet/minecraft/text/Text;)V",
+ target = "Lnet/minecraft/client/MinecraftClient;disconnectWithProgressScreen()V",
54
shift = At.Shift.AFTER
55
)
56
0 commit comments