geforkt von Mirrors/Velocity
Remove debug code that accidentally slipped in.
Dieser Commit ist enthalten in:
Ursprung
8ec273050b
Commit
d3b1bc9e34
@ -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 {
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren