Skip to content

Commit 04a73b4

Browse files
committed
up
1 parent c45163a commit 04a73b4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

KBEngine.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -448,9 +448,6 @@ public void login_loginapp(bool noconnect)
448448
{
449449
if(noconnect)
450450
{
451-
if(currserver != "")
452-
return;
453-
454451
reset();
455452
_networkInterface.connectTo(_args.ip, _args.port, onConnectTo_loginapp_callback, null);
456453
}

0 commit comments

Comments
 (0)