mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-09 17:44:01 +00:00
format everything
This commit is contained in:
@@ -20,8 +20,7 @@ void ReceivingLevelScreen::init() { buttons.clear(); }
|
||||
void ReceivingLevelScreen::tick() {
|
||||
tickCount++;
|
||||
if (tickCount % 20 == 0) {
|
||||
connection->send(
|
||||
std::make_shared<KeepAlivePacket>());
|
||||
connection->send(std::make_shared<KeepAlivePacket>());
|
||||
}
|
||||
if (connection != nullptr) {
|
||||
connection->tick();
|
||||
|
||||
Reference in New Issue
Block a user