mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-01-18 14:44:07 +08:00
Fix 1.13+ tab complete for server commands
This commit is contained in:
parent
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user