geforkt von Mirrors/Velocity
Merge branch 'dev/1.1.0' into decode-multiple
Dieser Commit ist enthalten in:
Commit
d1acd5b6d5
@ -433,6 +433,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