Skip to content

Commit 8adecc2

Browse files
author
kbengine
committed
up
1 parent 3bec461 commit 8adecc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

KBEngine.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -626,6 +626,9 @@ private void onLogin_baseapp()
626626
*/
627627
public void reloginBaseapp()
628628
{
629+
if(_networkInterface.valid())
630+
return;
631+
629632
Event.fireAll("onReloginBaseapp", new object[]{});
630633
_networkInterface.connectTo(baseappIP, baseappPort, onReConnectTo_baseapp_callback, null);
631634
}

0 commit comments

Comments
 (0)