Updated main.cpp

This commit is contained in:
dawidg81 2026-03-08 16:25:21 +01:00
commit bd0966e847

View file

@ -21,7 +21,7 @@ int main() {
/* /*
* RECEIVING CLIENT PACKET * RECEIVING CLIENT PACKET
* 1. Receive raw bytes * 1. Receive raw bytes
* 2. Parse bytes into packet * 2. Parse bytes from packet
* 3. Put into components understandable for server * 3. Put into components understandable for server
*/ */
} }