mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-14 14:41:54 +00:00
format everything
This commit is contained in:
@@ -65,8 +65,7 @@ void PendingConnection::disconnect(DisconnectPacket::eDisconnectReason reason) {
|
||||
fprintf(stderr, "[PENDING] disconnect called with reason=%d at tick=%d\n",
|
||||
reason, _tick);
|
||||
app.DebugPrintf("Pending connection disconnect: %d\n", reason);
|
||||
connection->send(
|
||||
std::make_shared<DisconnectPacket>(reason));
|
||||
connection->send(std::make_shared<DisconnectPacket>(reason));
|
||||
connection->sendAndQuit();
|
||||
done = true;
|
||||
// } catch (Exception e) {
|
||||
|
||||
Reference in New Issue
Block a user