mirror of
https://github.com/Sanae6/SmoOnlineServer.git
synced 2024-11-18 09:15:13 +00:00
firstConn=false (sorry piplup smh)
This commit is contained in:
parent
9225cde4fa
commit
7532778fb4
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ public class Server {
|
|||
goto disconnect;
|
||||
}
|
||||
|
||||
bool firstConn = true;
|
||||
bool firstConn = false;
|
||||
switch (connect.ConnectionType) {
|
||||
case ConnectPacket.ConnectionTypes.FirstConnection: {
|
||||
firstConn = true;
|
||||
|
|
Loading…
Reference in a new issue