Fix 1.13+ tab complete for server commands
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user