From 36ab0dc485b9906b428e4c0e406f052b4b9cc8ca Mon Sep 17 00:00:00 2001 From: swee <meow@swee.codes> Date: Thu, 3 Apr 2025 15:58:17 -0700 Subject: [PATCH] Update server.py --- server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.py b/server.py index caf8392..ac682a1 100644 --- a/server.py +++ b/server.py @@ -284,7 +284,7 @@ def multiserverhost(sock, client): sock.sendall(fnet.encrypt(bytes("THIS", "UTF-8"))) # Keep this connection """ # We won't need colliding, they will connect to eachother. elif txt.split(" ")[0] == "SPLIT": # When the remote host realizes it doesn't have an outgoing connection to this server. - + pass elif txt.split(" ")[0] == "SND": # When a token was sent by another server property_list[txt.split(" ")[1]]["pendingSend"] += " ".join(txt.split(" ")[2:]) # Send the text to the specified user elif txt.split(" ")[0] == "CNGPROP": # When properties changed on another server