Updated README.md

This commit is contained in:
dawidg81 2026-03-10 17:44:19 +01:00
commit a4c4ab8468
2 changed files with 3 additions and 1 deletions

View file

@ -96,6 +96,8 @@ int main() {
// Level initialization (just to debug server id packet)
char levelinitbuff = 0x02;
send(clientSocket, &levelinitbuff, sizeof(levelinitbuff), 0);
// delete player;
}
return 0;