Fix bug with tab-completing names on 1.12 and lower.
This commit is contained in:
@@ -415,8 +415,9 @@ public class ClientPlaySessionHandler implements MinecraftSessionHandler {
|
|||||||
}
|
}
|
||||||
outstandingTabComplete = null;
|
outstandingTabComplete = null;
|
||||||
}
|
}
|
||||||
player.getConnection().write(response);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
player.getConnection().write(response);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user