chore: fix formatting in files touched by

refactor/remove-BasicTypeContainers
This commit is contained in:
orng
2026-03-25 18:01:56 -05:00
parent f1ae42c659
commit 9ea379eb44
3 changed files with 14 additions and 11 deletions

View File

@@ -2280,7 +2280,7 @@ void ClientConnection::handlePreLogin(std::shared_ptr<PreLoginPacket> packet) {
// it's already locked by this thread
// Minecraft::GetInstance()->connectionDisconnected(
// m_userIndex , reason ); done = true;
// connection->flush(); connection->close(reason);
// connection->flush(); connection->close(reason);
// app.SetAction(m_userIndex,eAppAction_ExitPlayer);
// 4J-PB - doing this instead