Remove debug code that accidentally slipped in.
This commit is contained in:
@@ -320,10 +320,7 @@ public class ClientPlaySessionHandler implements MinecraftSessionHandler {
|
||||
}
|
||||
|
||||
public void handleTabCompleteResponse(TabCompleteResponse response) {
|
||||
logger.info("Got {}", response);
|
||||
logger.info("Request {}", outstandingTabComplete);
|
||||
if (outstandingTabComplete != null) {
|
||||
logger.info("HANDLING");
|
||||
if (!outstandingTabComplete.isAssumeCommand()) {
|
||||
String command = outstandingTabComplete.getCommand().substring(1);
|
||||
try {
|
||||
|
Reference in New Issue
Block a user