linux errors

This commit is contained in:
2026-05-15 16:12:09 +02:00
parent 644695c018
commit 6dd14ce087

View File

@@ -453,6 +453,7 @@ void Node_Server_OnData(tcp_connection_t* client) {
Node_SendPacket(Node_FromConnection(client), client, PACKET_TYPE_BLOCK_DATA, blockData, offset);
free(blockData);
Block_Destroy(block);
break;
}
case PACKET_TYPE_BLOCK_DATA: {
// Server can't receive these!