mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-30 11:46:01 +00:00
chore: fmt
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user