geforkt von Mirrors/Velocity
Fix bug with tab-completing names on 1.12 and lower.
Dieser Commit ist enthalten in:
Ursprung
696b6549e5
Commit
0906a436e3
@ -415,8 +415,9 @@ public class ClientPlaySessionHandler implements MinecraftSessionHandler {
|
|||||||
}
|
}
|
||||||
outstandingTabComplete = null;
|
outstandingTabComplete = null;
|
||||||
}
|
}
|
||||||
player.getConnection().write(response);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
player.getConnection().write(response);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren