chore: fmt

This commit is contained in:
Tropical
2026-03-30 09:37:24 -05:00
parent e911e07a58
commit 1767c3f6e9
32 changed files with 2076 additions and 1896 deletions

View File

@@ -69,9 +69,7 @@ PlayerConnection::PlayerConnection(MinecraftServer* server,
app.GetGameHostOption(eGameHostOption_Gamertags) != 0 ? true : false);
}
PlayerConnection::~PlayerConnection() {
delete connection;
}
PlayerConnection::~PlayerConnection() { delete connection; }
void PlayerConnection::tick() {
if (done) return;