From 7532778fb4070a82da0c9be7911da2b8ac1b2215 Mon Sep 17 00:00:00 2001 From: Orlin Dyankov Date: Sun, 10 Jul 2022 01:47:48 +0300 Subject: [PATCH] firstConn=false (sorry piplup smh) --- Server/Server.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/Server.cs b/Server/Server.cs index 6c31b4d..cbb267d 100644 --- a/Server/Server.cs +++ b/Server/Server.cs @@ -176,7 +176,7 @@ public class Server { goto disconnect; } - bool firstConn = true; + bool firstConn = false; switch (connect.ConnectionType) { case ConnectPacket.ConnectionTypes.FirstConnection: { firstConn = true;