firstConn = true;

This commit is contained in:
Orlin Dyankov 2022-07-09 03:40:26 +03:00
parent 9775f7f350
commit 9225cde4fa
1 changed files with 1 additions and 1 deletions

View File

@ -176,7 +176,7 @@ public class Server {
goto disconnect;
}
bool firstConn = false;
bool firstConn = true;
switch (connect.ConnectionType) {
case ConnectPacket.ConnectionTypes.FirstConnection: {
firstConn = true;