From 930fb5fa160a37505ce349e8bd3f0dea1621c3e7 Mon Sep 17 00:00:00 2001 From: brausjonas <47791011+jonasbraus@users.noreply.github.com> Date: Thu, 23 Mar 2023 22:35:23 +0000 Subject: [PATCH] comments --- Server/src/Server.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Server/src/Server.java b/Server/src/Server.java index 600fe36..0a6f139 100644 --- a/Server/src/Server.java +++ b/Server/src/Server.java @@ -92,6 +92,10 @@ public class Server //check for the incoming actions switch(readData[0]) { + /** + * !!!!!!!!!!!!!!!!!!! 0 is not used because of possible empty arrays read in because of inital connection errors !!!!!!!!!!!!!!!!!!!! + */ + //this case generates a new room and sends the room code to the requester (not for join) case 2: //cache the generated room code