From bd0966e84782aab05a0173890a85ac0ac022f581 Mon Sep 17 00:00:00 2001 From: dawidg81 Date: Sun, 8 Mar 2026 16:25:21 +0100 Subject: [PATCH] Updated main.cpp --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 0f2f344..65d5e5e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -21,7 +21,7 @@ int main() { /* * RECEIVING CLIENT PACKET * 1. Receive raw bytes - * 2. Parse bytes into packet + * 2. Parse bytes from packet * 3. Put into components understandable for server */ }