geforkt von Mirrors/Velocity
Fix 1.13+ tab complete for server commands
Dieser Commit ist enthalten in:
Ursprung
68e5372b2e
Commit
50b50f3cbb
@ -427,6 +427,9 @@ public class ClientPlaySessionHandler implements MinecraftSessionHandler {
|
|||||||
this.finishRegularTabComplete(outstandingTabComplete, response);
|
this.finishRegularTabComplete(outstandingTabComplete, response);
|
||||||
}
|
}
|
||||||
outstandingTabComplete = null;
|
outstandingTabComplete = null;
|
||||||
|
} else {
|
||||||
|
// Nothing to do
|
||||||
|
player.getConnection().write(response);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren